diff options
Diffstat (limited to 'emulators/xmess/Makefile')
-rw-r--r-- | emulators/xmess/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 3ab72bf278c..ed48b9d80f5 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2003/09/20 00:46:01 kristerw Exp $ +# $NetBSD: Makefile,v 1.42 2003/12/03 00:18:13 kristerw Exp $ # -DISTNAME= xmame-0.74.1 -PKGNAME= xmess-0.74.1 +DISTNAME= xmame-0.77.1 +PKGNAME= xmess-0.77.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -78,6 +78,11 @@ MAKE_FLAGS+= JOY_USB=1 . endif .endif +.if !empty(CC_VERSION:Mgcc-2*) +# Prevent memory explosion for gcc 2.95 and older. +MAKE_FLAGS+= LOW_MEM=1 +.endif + OWN_DIRS= ${SPOOLDIR} post-configure: |