summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-25 09:21:35 +0000
committercjep <cjep>2002-06-25 09:21:35 +0000
commitaa2fe1792400bf64b6435274d68492b200bff21f (patch)
tree51c31398d1331d68f9b7ecb06043a76c9c55a6d9 /emulators/xmess
parent77efb07a402383cb5c36b882660a255873141beb (diff)
downloadpkgsrc-aa2fe1792400bf64b6435274d68492b200bff21f.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