summaryrefslogtreecommitdiff
path: root/emulators/xzx/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:34:25 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:34:25 +0000
commit74a08f3ef3f1d5d51ef27d823ec8b080fe928f94 (patch)
tree4014f1804aa11a43a43c001e8c56034872d74d1f /emulators/xzx/files
parentUpgrade to 971109 version. (diff)
Import xzx, a Sinclair ZX Spectrum emulator.
PR: 5024 Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes
Notes: svn path=/head/; revision=8599
Diffstat (limited to 'emulators/xzx/files')
-rw-r--r--emulators/xzx/files/patch-aa29
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa
new file mode 100644
index 000000000000..8e6cee9c25fb
--- /dev/null
+++ b/emulators/xzx/files/patch-aa
@@ -0,0 +1,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