summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-25 09:21:35 +0000
committercjep <cjep@pkgsrc.org>2002-06-25 09:21:35 +0000
commit847fe25150df3e5172152e593d36ab13863f987a (patch)
tree51c31398d1331d68f9b7ecb06043a76c9c55a6d9 /emulators/xmess
parent4e1570afaba409d8e41ff842b74978b2152b292e (diff)
downloadpkgsrc-847fe25150df3e5172152e593d36ab13863f987a.tar.gz
Fix previous CFLAGS change.
Diffstat (limited to 'emulators/xmess')
-rw-r--r--emulators/xmess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 2ae39d761b4..fbcfeaa523e 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2002/06/20 06:51:20 cjep Exp $
+# $NetBSD: Makefile,v 1.23 2002/06/25 09:21:35 cjep Exp $
#
DISTNAME= xmame-0.56.2
@@ -26,7 +26,7 @@ UNLIMIT_RESOURCES= datasize
# XXX On arm(32), the src/unix/video_drivers/x11_window.c causes problems
.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm")
.if (${CFLAGS:M-O2} == "-O2")
-CFLAGS= ${CFLAGS:S/-O2/-O0/}
+CFLAGS:= ${CFLAGS:S/-O2/-O0/}
.endif
.endif