diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
commit | 266b5f6a26c5fdc11525f9af5f86cfeab436558f (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /emulators/minivmac | |
parent | a758fb3eb090bc7bc82fad5015085cb32e132ba3 (diff) | |
download | pkgsrc-266b5f6a26c5fdc11525f9af5f86cfeab436558f.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'emulators/minivmac')
-rw-r--r-- | emulators/minivmac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index f64effd4610..3bf1a0927f1 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/28 15:45:06 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/23 20:58:41 danw Exp $ DISTNAME= minivmac-0.1.7.src PKGNAME= minivmac-0.1.7 @@ -13,6 +13,7 @@ COMMENT= Miniature Macintosh emulator WRKSRC= ${WRKDIR}/minivmac USE_X11= YES +USE_BUILDLINK3= YES SCRIPTS_ENV+= CC="${CC}" |