mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
31 lines
942 B
Plaintext
31 lines
942 B
Plaintext
--- xzx.config.orig Sun Feb 8 22:17:34 1998
|
|
+++ xzx.config Wed Mar 11 15:38:12 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 Wed Mar 11 15:38:42 1998
|
|
+++ src/config.h Wed Mar 11 15:40:36 1998
|
|
@@ -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
|