diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2002-10-28 22:27:32 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2002-10-28 22:27:32 +0000 |
commit | 02a8cda07bd3b1ee7bda1e36b027571a07632fea (patch) | |
tree | 502058e7d7df14d3feb33045658f17f301876f70 /games/angband/files/patch-ad | |
parent | Upgrade to 2.3.9. (diff) |
Upgrade to 3.0.1.
Notes
Notes:
svn path=/head/; revision=69058
Diffstat (limited to 'games/angband/files/patch-ad')
-rw-r--r-- | games/angband/files/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games/angband/files/patch-ad b/games/angband/files/patch-ad deleted file mode 100644 index 4b6c366c4462..000000000000 --- a/games/angband/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- src/Makefile.orig Sun Apr 16 01:12:37 2000 -+++ src/Makefile Sun Apr 16 01:13:32 2000 -@@ -91,7 +91,7 @@ - # - # This is my compiler of choice, it seems to work most everywhere. - # --CC = gcc -+#CC = gcc - - - # -@@ -156,9 +156,9 @@ - ## Allows the use of Angband in the console using ncurses, - ## as well as under X11. - ## --CFLAGS = -I/usr/X11R6/include -I/usr/include/ncurses -Wall -O2 -m486 \ -- -D"USE_X11" -D"USE_GCU" -D"USE_NCURSES" --LIBS = -L/usr/X11R6/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lncurses -+#CFLAGS = -I/usr/X11R6/include -I/usr/include/ncurses -Wall -O2 -m486 \ -+# -D"USE_X11" -D"USE_GCU" -D"USE_NCURSES" -+LIBS = -L$(X11BASE)/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lncurses - - - ## |