freebsd-ports/games/mangband/files/patch-aa
Kevin Lo a65110011f Update to 0.7
PR: 24354
Submitted by: Ports Fury
2001-01-16 15:27:59 +00:00

29 lines
678 B
Text

--- config.h.orig Sun Jan 7 07:21:32 2001
+++ config.h Fri Jan 12 00:04:41 2001
@@ -79,7 +79,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"
@@ -107,7 +107,7 @@
* OPTION: Use the "curs_set()" call in "main-gcu.c".
* Hack -- This option will not work on most BSD machines
*/
-#if defined(SYS_V) || defined(linux)
+#if defined(SYS_V) || defined(linux) || defined(__FreeBSD__)
# define USE_CURS_SET
#endif
@@ -582,7 +582,7 @@
/*
* OPTION: Attempt to prevent all "cheating"
*/
-/* #define VERIFY_HONOR */
+#define VERIFY_HONOR
/*