diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 08:32:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 08:32:53 +0800 |
commit | 3541c2af1e936758411603e1d1b71b78a0893f8e (patch) | |
tree | f3190605e68693d1d4ea33d624b3581293b0538f /games/angband | |
parent | 4aa890a2d934255fe56b0a353855c35066f8c4dd (diff) | |
download | freebsd-ports-gnome-3541c2af1e936758411603e1d1b71b78a0893f8e.tar.gz freebsd-ports-gnome-3541c2af1e936758411603e1d1b71b78a0893f8e.tar.zst freebsd-ports-gnome-3541c2af1e936758411603e1d1b71b78a0893f8e.zip |
We no longer need to define SPECIAL_BSD to coverup for an old curses
problem. As a side effect this now builds on FreeBSD/Alpha.
Diffstat (limited to 'games/angband')
-rw-r--r-- | games/angband/files/patch-ac | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/games/angband/files/patch-ac b/games/angband/files/patch-ac index 3b9905fa855d..3041fbb6363d 100644 --- a/games/angband/files/patch-ac +++ b/games/angband/files/patch-ac @@ -1,13 +1,6 @@ ---- src/config.h.orig Fri Feb 6 04:10:31 1998 -+++ src/config.h Mon Feb 9 09:38:23 1998 -@@ -46,13 +46,13 @@ - * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX - * that use the 4.4BSD Lite version of Curses in "main-gcu.c" - */ --/* #define SPECIAL_BSD */ -+#define SPECIAL_BSD - - +--- 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" */ |