1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/xzx/files/patch-aa
Thomas Gellekum 74a08f3ef3 Import xzx, a Sinclair ZX Spectrum emulator.
PR:		5024
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1997-11-13 12:34:25 +00:00

30 lines
779 B
Plaintext

--- 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