summaryrefslogtreecommitdiff
path: root/games/angband-tty/patches
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-04-20 15:04:19 +0000
committercjep <cjep@pkgsrc.org>2002-04-20 15:04:19 +0000
commit6d6a0d02bc538ba32ddf0b74a1ad061e888d4398 (patch)
tree5a7cf139d5cd68a1d5577c4a94485f76c793f7df /games/angband-tty/patches
parent4719ab3423349e745f9313d47b779ca371e02864 (diff)
downloadpkgsrc-6d6a0d02bc538ba32ddf0b74a1ad061e888d4398.tar.gz
Backout previous and do somewhat more elegantly...
Diffstat (limited to 'games/angband-tty/patches')
-rw-r--r--games/angband-tty/patches/patch-ac21
1 files changed, 4 insertions, 17 deletions
diff --git a/games/angband-tty/patches/patch-ac b/games/angband-tty/patches/patch-ac
index d00fe6e6bda..e2862a87d9a 100644
--- a/games/angband-tty/patches/patch-ac
+++ b/games/angband-tty/patches/patch-ac
@@ -1,23 +1,10 @@
-$NetBSD: patch-ac,v 1.2 2002/04/20 12:54:09 cjep Exp $
---- Makefile.std.orig Wed Feb 11 11:30:28 1998
-+++ Makefile.std Sat Apr 20 13:41:52 2002
-@@ -94,7 +94,7 @@
- #
- # This is my compiler of choice, it seems to work most everywhere
- #
--CC = gcc
-+#CC = gcc
-
-
- #
-@@ -115,8 +115,8 @@
- # including "USE_GETCH" and "USE_CURS_SET". Note that "config.h" will
- # attempt to "guess" at many of these flags based on your system.
+$NetBSD: patch-ac,v 1.3 2002/04/20 15:04:20 cjep Exp $
+--- Makefile.std.orig Wed Feb 11 04:30:28 1998
++++ Makefile.std Sun Aug 9 01:46:05 1998
+@@ -117,4 +117,4 @@
#
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
-LIBS = -lX11 -lcurses -ltermcap
+CFLAGS = -Wall -O -D"USE_GCU" -DDEFAULT_PATH=\"$(PREFIX)/share/angband/\"
+LIBS = -lcurses -ltermcap
-
- ##