diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 17:57:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 17:57:37 +0000 |
commit | 2b7f9c45cb72f0b1586926140adc6adda268310c (patch) | |
tree | 592678a2a3b13a86d4b27075b5bebff90184b4e2 /graphics/tiff | |
parent | 2c0639ef7479b9f3284e724e1bdab38d868db461 (diff) | |
download | ports-2b7f9c45cb72f0b1586926140adc6adda268310c.tar.gz ports-2b7f9c45cb72f0b1586926140adc6adda268310c.zip |
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/Makefile | 4 |
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 |