freebsd-ports/games/vultures-eye/files/patch-include-unixconf.h
Pav Lucistnik 505052bc9e Vulture's Eye is a nice graphical interface for NetHack 3.4.3. It is
forked from Falcon's Eye, one of the nicest graphical interfaces ever
for NetHack.

WWW: http://www.darkarts.co.za/projects/vultures/

PR:		ports/97886
Submitted by:	Li-Lun Wang (Leland Wang) <llwang@infor.org>
2006-05-26 14:17:07 +00:00

19 lines
815 B
C

--- include/unixconf.h.orig Thu Apr 6 02:59:04 2006
+++ include/unixconf.h Thu May 25 00:15:21 2006
@@ -19,13 +19,13 @@
*/
/* define exactly one of the following four choices */
-/* #define BSD 1 */ /* define for 4.n/Free/Open/Net BSD */
+#define BSD 1 /* define for 4.n/Free/Open/Net BSD */
/* also for relatives like SunOS 4.x, DG/UX, and */
/* older versions of Linux */
/* #define ULTRIX */ /* define for Ultrix v3.0 or higher (but not lower) */
/* Use BSD for < v3.0 */
/* "ULTRIX" not to be confused with "ultrix" */
-#define SYSV /* define for System V, Solaris 2.x, newer versions */
+/* #define SYSV */ /* define for System V, Solaris 2.x, newer versions */
/* of Linux */
/* #define HPUX */ /* Hewlett-Packard's Unix, version 6.5 or higher */
/* use SYSV for < v6.5 */