diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 08:04:36 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 08:04:36 +0800 |
commit | 30f779debfef7e8718ce1b6e8941e575b1331695 (patch) | |
tree | 9e584991a3c38b01abbfee2c884f7a18a16b3c81 /x11/XFree86-4-clients/Makefile | |
parent | 47ef7fdcded081854a012a4f38b928ee92ae4b34 (diff) | |
download | freebsd-ports-gnome-30f779debfef7e8718ce1b6e8941e575b1331695.tar.gz freebsd-ports-gnome-30f779debfef7e8718ce1b6e8941e575b1331695.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'x11/XFree86-4-clients/Makefile')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 2a1cc0aab112..ba6193f31337 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/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> |