aboutsummaryrefslogtreecommitdiff
path: root/games/angband
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 00:32:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 00:32:53 +0000
commitfda0121fffc12537213c190ac93d236ccf675f43 (patch)
tree75885303bdbb4354e448f6aa432ee61247a464a0 /games/angband
parenta4c208df4b435284afd5d52ec798b5b858c1574c (diff)
downloadports-fda0121fffc12537213c190ac93d236ccf675f43.tar.gz
ports-fda0121fffc12537213c190ac93d236ccf675f43.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.
Notes
Notes: svn path=/head/; revision=21772
Diffstat (limited to 'games/angband')
-rw-r--r--games/angband/files/patch-ac13
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"
*/