1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/tiff/files/patch-aa

16 lines
374 B
Plaintext
Raw Normal View History

--- configure.orig Tue Jun 11 07:24:56 1996
+++ configure Sun Dec 29 05:15:45 1996
@@ -1135,8 +1135,10 @@
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
;;
*-freebsd*)
- DSOSUF=so.${DIST_MAJOR}.0
- LIBCOPTS='-fpic -fPIC'
+ DSOSUF=so
+ DSOSUF_VERSION=${DSOSUF}.4.0
+ LIBCOPTS='-fpic -DPIC'
+ DSOOPTS='-Bshareable'
DSO=FREEBSD
TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
;;