freebsd-ports/games/angband/files/patch-ac
Steve Price fda0121fff 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.
1999-09-20 00:32:53 +00:00

11 lines
281 B
Text

--- 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"