1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Add back the required .so symlink for OBJFORMAT == elf.

This commit is contained in:
Steve Price 1999-01-10 17:57:37 +00:00
parent 2c0639ef74
commit 2b7f9c45cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15961

View File

@ -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