aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-21 00:04:36 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-21 00:04:36 +0000
commit30f779debfef7e8718ce1b6e8941e575b1331695 (patch)
tree9e584991a3c38b01abbfee2c884f7a18a16b3c81 /x11/XFree86-4-libraries/Makefile
parent47ef7fdcded081854a012a4f38b928ee92ae4b34 (diff)
downloadports-30f779debfef7e8718ce1b6e8941e575b1331695.tar.gz
ports-30f779debfef7e8718ce1b6e8941e575b1331695.zip
Convert to ELF. These changes are based on a recent thread
on the -current mailing list and at least partial credit goes to the following people for this commit: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Ollivier Robert <roberto@keltia.freenix.fr> NOTE: Kerberos support has been temporarily turned off until someone can make it work.
Notes
Notes: svn path=/head/; revision=13269
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 2a1cc0aab112..ba6193f31337 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.43 1998/08/05 09:31:39 asami Exp $
+# $Id: Makefile,v 1.44 1998/08/05 19:28:17 jmz Exp $
#
DISTNAME= xc
@@ -60,6 +60,6 @@ pre-fetch:
pre-install:
${MKDIR} /usr/X11R6
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>