1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/xzx/files/patch-aa
1998-03-21 11:35:31 +00:00

40 lines
1.3 KiB
Plaintext

--- xzx.config.orig Sun Feb 8 22:17:34 1998
+++ xzx.config Sat Mar 21 19:02:51 1998
@@ -37,13 +37,13 @@
/* #define REGISTERED /**/
/* Where the configuraion files and ROM images are installed */
-ZXLIBDIR = /usr/local/lib/xzx
+ZXLIBDIR = /usr/X11R6/lib/X11/xzx
/* Where the binary files are installed */
-BINDIR = /usr/local/bin
+BINDIR = /usr/X11R6/bin
/* Where the manual pages are installed */
-MANDIR = /usr/local/man/man1
+MANDIR = /usr/X11R6/man/man1
/*******************************************************************************
--- src/config.h.orig Sun Feb 8 22:13:50 1998
+++ src/config.h Sat Mar 21 19:03:50 1998
@@ -30,7 +30,7 @@
/* $Id: config.h,v 1.2 1998/02/08 13:54:34 erik Rel $ */
#include <X11/keysym.h>
-#include <endian.h> /* Comment this out if your system doesn't have it! */
+/* #include <endian.h> /* Comment this out if your system doesn't have it! */
/********************************************************************************
* General configuration
@@ -179,7 +179,7 @@
/* Byte order of your CPU. Intel is little-endian, Sparc is big-endian. */
#if !defined(LITTLE_ENDIAN) && !defined(BIG_ENDIAN)
#if defined(i386) || defined(add_your_machine_here)
-#define LITTLE_ENDIAN
+/* #define LITTLE_ENDIAN */
#else
#define BIG_ENDIAN
#endif