mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
74a08f3ef3
PR: 5024 Submitted by: Sheldon Hearn <axl@iafrica.com>
30 lines
779 B
Plaintext
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
|