summaryrefslogtreecommitdiff
path: root/emulators/xzx/files/patch-aa
blob: 8e6cee9c25fb63bb6505a8d9037c96e27af2fdaa (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
--- xzx.config.ORIG	Sun Nov  2 14:21:34 1997
+++ xzx.config	Thu Nov 13 01:50:08 1997
@@ -33,13 +33,13 @@
  */
 
 /* 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
 
 
 /*******************************************************************************
@@ -85,7 +85,8 @@
  */
 #if defined(i386Architecture) || defined(AlphaArchitecture) || \
 				 defined(add_your_machine_here)
-END_DEF = -DLITTLE_ENDIAN
+#FreeBSD has its own LITTLE_ENDIAN
+#END_DEF = -DLITTLE_ENDIAN
 #else
 END_DEF = -DBIG_ENDIAN
 #endif