summaryrefslogtreecommitdiff
path: root/games/0verkill/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-15 13:31:15 +0000
committergrant <grant@pkgsrc.org>2004-06-15 13:31:15 +0000
commit7ad54c83ca68ed6cba9dabdc028a7f0c9ac59ae5 (patch)
tree91659f612c96862be8bcb0e315d42b5e231e3f55 /games/0verkill/patches
parent28470cb0227f5c1845c4432634cfaeff8587a2e1 (diff)
downloadpkgsrc-7ad54c83ca68ed6cba9dabdc028a7f0c9ac59ae5.tar.gz
don't pass gcc specific flags
Diffstat (limited to 'games/0verkill/patches')
-rw-r--r--games/0verkill/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/0verkill/patches/patch-ab b/games/0verkill/patches/patch-ab
index 96a1262e183..02e1003e0e7 100644
--- a/games/0verkill/patches/patch-ab
+++ b/games/0verkill/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/03/05 18:55:32 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2004/06/15 13:31:15 grant Exp $
---- Makefile.in.orig Thu Dec 21 11:48:18 2000
+--- Makefile.in.orig 2000-12-21 21:48:18.000000000 +1100
+++ Makefile.in
@@ -1,4 +1,4 @@
-CFLAGS=-O3 @CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
-+CFLAGS=@CFLAGS@ @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
++CFLAGS=@CFLAGS@ @X_CFLAGS@ # -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
#-malign-functions=0
LDFLAGS=@LDFLAGS@
LIBS=@LIBS@