diff options
author | grant <grant> | 2004-06-15 13:14:46 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 13:14:46 +0000 |
commit | 195bd8ebfbd38d3822c7f373d87c7bb6f1d7a21f (patch) | |
tree | 17a72e3f1a7f7eb6a32236c9abaf7d6255ca167e /games | |
parent | e712e09c89b9387b43293eef972212f124809540 (diff) | |
download | pkgsrc-195bd8ebfbd38d3822c7f373d87c7bb6f1d7a21f.tar.gz |
don't pass gcc specific flags
Diffstat (limited to 'games')
-rw-r--r-- | games/icbm3d/distinfo | 4 | ||||
-rw-r--r-- | games/icbm3d/patches/patch-aa | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/icbm3d/distinfo b/games/icbm3d/distinfo index 1be9fcfd1fc..7622e5b7ecb 100644 --- a/games/icbm3d/distinfo +++ b/games/icbm3d/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/11/08 08:29:19 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2004/06/15 13:14:46 grant Exp $ SHA1 (icbm3d.0.4.tar.gz) = 9eee30aa562e15cdc08f1bf354fa6d2e7bf7fd38 Size (icbm3d.0.4.tar.gz) = 31187 bytes -SHA1 (patch-aa) = d63dae44e367e456b761eaf1305aaaea94758fa7 +SHA1 (patch-aa) = 8123064a7bf39e3d91a597b81086697fb5ddf492 diff --git a/games/icbm3d/patches/patch-aa b/games/icbm3d/patches/patch-aa index 1e20a7f1b90..e52f2479b3f 100644 --- a/games/icbm3d/patches/patch-aa +++ b/games/icbm3d/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2003/11/08 08:29:19 xtraeme Exp $ +$NetBSD: patch-aa,v 1.5 2004/06/15 13:14:46 grant Exp $ ---- makefile.orig 2003-11-08 09:23:55.000000000 +0100 -+++ makefile 2003-11-08 09:25:23.000000000 +0100 +--- makefile.orig 1998-07-31 14:41:20.000000000 +1000 ++++ makefile @@ -9,14 +9,14 @@ # Makefile user-definable variables------------------------------------------ @@ -16,11 +16,11 @@ $NetBSD: patch-aa,v 1.4 2003/11/08 08:29:19 xtraeme Exp $ -XLIB=-L$(PREFIX)/lib -lX11 #-lcompat -CFLAGS=-I$(PREFIX)/include -O2 +XLIB=${LDFLAGS} -lX11 #-lcompat -+CFLAGS=-I$(X11BASE)/include -O2 ++CFLAGS=-I$(X11BASE)/include # -O2 # End of makefile user-definable variables----------------------------------- -@@ -26,22 +26,22 @@ +@@ -26,22 +26,22 @@ CFLAGS=-I$(PREFIX)/include -O2 # Makefile commands: all: icbm3d @@ -52,7 +52,7 @@ $NetBSD: patch-aa,v 1.4 2003/11/08 08:29:19 xtraeme Exp $ #dependencies -@@ -71,7 +71,6 @@ +@@ -71,7 +71,6 @@ text.o: text.c text.h language.h: lang_$(LANGUAGE).h @echo "Using $(LANGUAGE) for messages..." |