1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/angband/files/patch-ac
Masafumi Max NAKANE 7ea75d1bac Upgrade, 0.8.0 -> 0.8.1.
Split the patches into several files.
Submitted by:	Matthew Hunt <mph@pobox.com>
(Closing PR #3003.)

Also, style tweaks on Makefile.
1997-03-31 11:27:27 +00:00

19 lines
471 B
Plaintext

--- src/config.h.orig Tue Mar 4 12:19:58 1997
+++ src/config.h Mon Mar 31 20:10:18 1997
@@ -48,13 +48,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
/*
* 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"