summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-10 17:57:37 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-10 17:57:37 +0000
commit2b7f9c45cb72f0b1586926140adc6adda268310c (patch)
tree592678a2a3b13a86d4b27075b5bebff90184b4e2 /graphics/tiff
parentReplace -soname with -Wl,-soname. (diff)
Add back the required .so symlink for OBJFORMAT == elf.
Notes
Notes: svn path=/head/; revision=15961
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 5c267a223d71..a8af6cea9dc3 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -5,7 +5,7 @@
# Mikhail Teterin <mi@aldan.ziplink.net>
# Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.12 1998/11/25 06:13:41 asami Exp $
+# $Id: Makefile,v 1.13 1998/11/25 09:01:07 asami Exp $
#
DISTNAME= tiff-v3.4
@@ -71,6 +71,8 @@ post-install:
.endif
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libtiff.so.4.0 ${PREFIX}/lib/libtiff.so
+.else
+ ${LN} -sf libtiff.so.4 ${PREFIX}/lib/libtiff.so
.endif
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib