diff options
author | cjep <cjep> | 2002-06-25 09:21:35 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-25 09:21:35 +0000 |
commit | aa2fe1792400bf64b6435274d68492b200bff21f (patch) | |
tree | 51c31398d1331d68f9b7ecb06043a76c9c55a6d9 /emulators/xmame | |
parent | 77efb07a402383cb5c36b882660a255873141beb (diff) | |
download | pkgsrc-aa2fe1792400bf64b6435274d68492b200bff21f.tar.gz |
Fix previous CFLAGS change.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 8d3c063b894..b73c8b6ebcf 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2002/06/20 06:51:21 cjep Exp $ +# $NetBSD: Makefile,v 1.77 2002/06/25 09:21:35 cjep Exp $ # DISTNAME= xmame-0.60.1 @@ -25,7 +25,7 @@ UNLIMIT_RESOURCES= datasize .if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm") .if (${CFLAGS:M-O2} == "-O2") -CFLAGS= ${CFLAGS:S/-O2/-O0/} +CFLAGS:= ${CFLAGS:S/-O2/-O0/} .endif .endif |