summaryrefslogtreecommitdiff
path: root/emulators/xzx/files/patch-aa
blob: 00e36d5996841b46bdc712f8e1fb230ab382b135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- 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