aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>1998-09-19 06:04:16 +0800
committersmace <smace@FreeBSD.org>1998-09-19 06:04:16 +0800
commitaa244e26931847779fa29a2a00491b9c88c57903 (patch)
tree8368e2ac676e9446f8b16aed8540d2321b1f0911
parente81b5e23447c2af8ceb49db48f942c4743364b98 (diff)
downloadfreebsd-ports-graphics-aa244e26931847779fa29a2a00491b9c88c57903.tar.gz
freebsd-ports-graphics-aa244e26931847779fa29a2a00491b9c88c57903.tar.zst
freebsd-ports-graphics-aa244e26931847779fa29a2a00491b9c88c57903.zip
Convert to Elf
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 7b066371552..47dcff37309 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.8 1998/05/04 20:23:10 jseger Exp $
+# $Id: Makefile,v 1.9 1998/09/15 11:45:58 asami Exp $
#
DISTNAME= tiff-v3.4
@@ -67,6 +67,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images
.endif
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>