diff options
author | mph <mph@FreeBSD.org> | 2002-10-28 22:27:32 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2002-10-28 22:27:32 +0000 |
commit | 32e8bf4e22c2d5b10871e00dc6c01bfe805e8f1b (patch) | |
tree | 94edfe77b29ef4ff9dc5ba0d7e0fcca3d7e1f569 /games/angband/files | |
parent | 0bd5399fc2e293a1610e52ea6bb7146ba976d260 (diff) | |
download | FreeBSD-ports-32e8bf4e22c2d5b10871e00dc6c01bfe805e8f1b.zip FreeBSD-ports-32e8bf4e22c2d5b10871e00dc6c01bfe805e8f1b.tar.gz |
Upgrade to 3.0.1.
Diffstat (limited to 'games/angband/files')
-rw-r--r-- | games/angband/files/patch-aa | 12 | ||||
-rw-r--r-- | games/angband/files/patch-ac | 11 | ||||
-rw-r--r-- | games/angband/files/patch-ad | 24 |
3 files changed, 0 insertions, 47 deletions
diff --git a/games/angband/files/patch-aa b/games/angband/files/patch-aa deleted file mode 100644 index 3c8cdb8..0000000 --- a/games/angband/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Thu Dec 2 10:13:33 1999 -+++ Makefile Thu Dec 2 10:27:53 1999 -@@ -0,0 +1,9 @@ -+# My makefile for Angband -+# Matthew Hunt <mph@FreeBSD.org> -+ -+CFLAGS+=-I${X11BASE}/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\" -+ -+all: angband -+ -+angband: -+ cd src && make "CFLAGS=$(CFLAGS)" diff --git a/games/angband/files/patch-ac b/games/angband/files/patch-ac deleted file mode 100644 index 3041fbb..0000000 --- a/games/angband/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config.h.orig Wed Feb 11 05:30:28 1998 -+++ src/config.h Sat Sep 18 18:20:32 1999 -@@ -52,7 +52,7 @@ - /* - * OPTION: Use the POSIX "termios" methods in "main-gcu.c" - */ --/* #define USE_TPOSIX */ -+#define USE_TPOSIX - - /* - * OPTION: Use the "termio" methods in "main-gcu.c" diff --git a/games/angband/files/patch-ad b/games/angband/files/patch-ad deleted file mode 100644 index 4b6c366..0000000 --- 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 - - - ## |