summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-18 13:33:40 +0000
committerjlam <jlam>2004-02-18 13:33:40 +0000
commitc8a2fd90b73c914420e9b31021f269ee79cbfae1 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /emulators
parent920811ba4244705fdca01b1f2e99c9104cf6ec5f (diff)
downloadpkgsrc-c8a2fd90b73c914420e9b31021f269ee79cbfae1.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/Makefile4
-rw-r--r--emulators/xmame/Makefile3
-rw-r--r--emulators/xmess/Makefile4
3 files changed, 7 insertions, 4 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 8aee445addd..3074c0aa47f 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/02/18 13:33:40 jlam Exp $
DISTNAME= uae-0.8.22
PKGNAME= ${DISTNAME}
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-3.*)
post-configure:
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 585fd97d037..eb8403cf38c 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2004/01/28 15:26:26 xtraeme Exp $
+# $NetBSD: Makefile,v 1.105 2004/02/18 13:33:41 jlam Exp $
#
DISTNAME= xmame-0.78.1
@@ -78,6 +78,7 @@ MAKE_FLAGS+= JOY_USB=1
. endif
.endif
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-2*)
# Prevent memory explosion for gcc 2.95 and older.
MAKE_FLAGS+= LOW_MEM=1
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 2e8ac7cf5eb..f523c781848 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2004/01/28 15:41:07 xtraeme Exp $
+# $NetBSD: Makefile,v 1.46 2004/02/18 13:33:41 jlam Exp $
#
DISTNAME= xmame-0.78.1
@@ -79,6 +79,8 @@ MAKE_FLAGS+= JOY_USB=1
. endif
.endif
+.include "../../mk/compiler.mk"
+
.if !empty(CC_VERSION:Mgcc-2*)
# Prevent memory explosion for gcc 2.95 and older.
MAKE_FLAGS+= LOW_MEM=1