aboutsummaryrefslogtreecommitdiff
path: root/games/angband/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-10-27 09:48:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-10-27 09:48:06 +0000
commitf6a194a59eec753912f1642869b5920c31b1080a (patch)
tree4c57e77b538256e4cce8a3734def700d352d7e3d /games/angband/files
parentd3b900ffc5b0c93e48658ad80efb975a4057fc43 (diff)
Notes
Diffstat (limited to 'games/angband/files')
-rw-r--r--games/angband/files/patch-aa6
-rw-r--r--games/angband/files/patch-ad8
2 files changed, 7 insertions, 7 deletions
diff --git a/games/angband/files/patch-aa b/games/angband/files/patch-aa
index a1a86335cff8..0f5c5c832597 100644
--- a/games/angband/files/patch-aa
+++ b/games/angband/files/patch-aa
@@ -1,10 +1,10 @@
---- Makefile.orig Thu Sep 18 12:53:12 1997
-+++ Makefile Thu Sep 18 12:55:59 1997
+--- Makefile.orig Fri Sep 19 10:55:34 1997
++++ Makefile Fri Sep 19 10:56:00 1997
@@ -0,0 +1,19 @@
+# My makefile for Angband
+# Matthew Hunt <mph@pobox.com>
+
-+CFLAGS+=-I/usr/X11R6/include -D"USE_XAW" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\"
++CFLAGS+=-I/usr/X11R6/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\"
+
+all: angband
+
diff --git a/games/angband/files/patch-ad b/games/angband/files/patch-ad
index ecc7256dcd9c..05983679036b 100644
--- a/games/angband/files/patch-ad
+++ b/games/angband/files/patch-ad
@@ -1,5 +1,5 @@
---- src/Makefile.orig Fri Sep 5 18:01:33 1997
-+++ src/Makefile Fri Sep 5 18:05:13 1997
+--- src/Makefile.orig Fri Sep 5 13:52:03 1997
++++ src/Makefile Fri Sep 19 10:57:27 1997
@@ -94,7 +94,7 @@
#
# This is my compiler of choice, it seems to work most everywhere
@@ -16,7 +16,7 @@
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
-LIBS = -lX11 -lcurses -ltermcap
+#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
-+#LIBS = -L/usr/X11-lX11 -lcurses -ltermcap
++LIBS = -L/usr/X11R6/lib -lX11 -lcurses -ltermcap
##
@@ -25,7 +25,7 @@
##
#CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU"
-#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
-+LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
++#LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
##