pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/icbm3d don't pass gcc specific flags
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1bbbaae69f1
branches: trunk
changeset: 476592:a1bbbaae69f1
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jun 15 13:14:46 2004 +0000
description:
don't pass gcc specific flags
diffstat:
games/icbm3d/distinfo | 4 ++--
games/icbm3d/patches/patch-aa | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r 06d375a5bb1b -r a1bbbaae69f1 games/icbm3d/distinfo
--- a/games/icbm3d/distinfo Tue Jun 15 13:11:03 2004 +0000
+++ b/games/icbm3d/distinfo Tue Jun 15 13:14:46 2004 +0000
@@ -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 -r 06d375a5bb1b -r a1bbbaae69f1 games/icbm3d/patches/patch-aa
--- a/games/icbm3d/patches/patch-aa Tue Jun 15 13:11:03 2004 +0000
+++ b/games/icbm3d/patches/patch-aa Tue Jun 15 13:14:46 2004 +0000
@@ -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 @@
-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 @@
#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..."
Home |
Main Index |
Thread Index |
Old Index