diff options
author | tg <tg@FreeBSD.org> | 1997-10-27 09:48:06 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-27 09:48:06 +0000 |
commit | 3c767407b3d5a6b616f6a6fcf5da923c31c03976 (patch) | |
tree | 4d0ea545efb102112edacdfce927fe6c2b704628 /games/angband/files | |
parent | 5e084e7f987b2182b8291b733fcd3a51894d8a78 (diff) | |
download | FreeBSD-ports-3c767407b3d5a6b616f6a6fcf5da923c31c03976.zip FreeBSD-ports-3c767407b3d5a6b616f6a6fcf5da923c31c03976.tar.gz |
Minor upgrades.
PR: 4583
Submitted by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games/angband/files')
-rw-r--r-- | games/angband/files/patch-aa | 6 | ||||
-rw-r--r-- | games/angband/files/patch-ad | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/angband/files/patch-aa b/games/angband/files/patch-aa index a1a8633..0f5c5c8 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 ecc7256..0598367 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 ## |