summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
commit9348f8afb55e7a29b329d4f03a1537ebbf7eb112 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /emulators/xmess
parentde7c1e27f8e47afeef59f84da3f9a58d0b526028 (diff)
downloadpkgsrc-9348f8afb55e7a29b329d4f03a1537ebbf7eb112.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'emulators/xmess')
-rw-r--r--emulators/xmess/Makefile4
1 files changed, 3 insertions, 1 deletions
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