aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-11 01:57:37 +0800
committersteve <steve@FreeBSD.org>1999-01-11 01:57:37 +0800
commitf664b44126a419e8ce5449669b08773971746019 (patch)
treeefa680c2922ece931a0719242d1b0e0a51e8d6c4 /graphics
parent046c1e428a4e6deae447e0bfe76e168c326d27d1 (diff)
downloadfreebsd-ports-gnome-f664b44126a419e8ce5449669b08773971746019.tar.gz
freebsd-ports-gnome-f664b44126a419e8ce5449669b08773971746019.tar.zst
freebsd-ports-gnome-f664b44126a419e8ce5449669b08773971746019.zip
Add back the required .so symlink for OBJFORMAT == elf.
Diffstat (limited to 'graphics')
-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