diff options
author | grant <grant> | 2004-06-15 13:31:15 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 13:31:15 +0000 |
commit | fcff33185eaeba0f9beb65462403f7ef67243191 (patch) | |
tree | 91659f612c96862be8bcb0e315d42b5e231e3f55 /games | |
parent | 634f32d16eaf45d5c69d5f32e2a453b16feab97e (diff) | |
download | pkgsrc-fcff33185eaeba0f9beb65462403f7ef67243191.tar.gz |
don't pass gcc specific flags
Diffstat (limited to 'games')
-rw-r--r-- | games/0verkill/distinfo | 4 | ||||
-rw-r--r-- | games/0verkill/patches/patch-ab | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/0verkill/distinfo b/games/0verkill/distinfo index d5fa0506ada..9da6e0c04c2 100644 --- a/games/0verkill/distinfo +++ b/games/0verkill/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:16 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/06/15 13:31:15 grant Exp $ SHA1 (0verkill-0.15.tgz) = 30350d1d5660e9deb070276cf6ec72febe8dfdbe Size (0verkill-0.15.tgz) = 253582 bytes SHA1 (patch-aa) = bc1cb81b46b369d7672950ca2099494b1fe65f89 -SHA1 (patch-ab) = 39a2e8f8c1287a7876632b2b63de957284d20e8b +SHA1 (patch-ab) = 9716650e78d0293d0e173d056fb3e6ced19006f4 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@ |