summaryrefslogtreecommitdiff
path: root/games/icbm3d/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/icbm3d/patches/patch-aa')
-rw-r--r--games/icbm3d/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
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..."