mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20634b45b2
PR: 17717 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
--- configure.orig Tue Mar 21 03:20:42 2000
|
|
+++ configure Sat Apr 1 00:00:00 2000
|
|
@@ -1150,8 +1150,10 @@
|
|
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
|
|
;;
|
|
*-freebsd*)
|
|
- DSOSUF=so.${DIST_MAJOR}.0
|
|
+ DSOSUF=so
|
|
LIBCOPTS='-fpic -fPIC'
|
|
+ DSOSUF_VERSION=${DSOSUF}.4
|
|
+ DSOOPTS='-shared'
|
|
DSO=FREEBSD
|
|
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
|
|
;;
|