aboutsummaryrefslogtreecommitdiff
path: root/emulators/xzx
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-03-21 11:35:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-03-21 11:35:31 +0000
commitfa128cf0489b677f9dcb48fbd082ffa716e65bcc (patch)
tree6fe9008b91db2b1f7acb82febfe5156dcd6a2656 /emulators/xzx
parent38c8350e860f1949c071abe1bcefc4625899ffdd (diff)
downloadports-fa128cf0489b677f9dcb48fbd082ffa716e65bcc.tar.gz
ports-fa128cf0489b677f9dcb48fbd082ffa716e65bcc.zip
Fix endian.h error.
Notes
Notes: svn path=/head/; revision=10260
Diffstat (limited to 'emulators/xzx')
-rw-r--r--emulators/xzx/files/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa
index 81a927bdc757..00e36d599684 100644
--- a/emulators/xzx/files/patch-aa
+++ b/emulators/xzx/files/patch-aa
@@ -1,5 +1,5 @@
--- xzx.config.orig Sun Feb 8 22:17:34 1998
-+++ xzx.config Wed Mar 11 15:38:12 1998
++++ xzx.config Sat Mar 21 19:02:51 1998
@@ -37,13 +37,13 @@
/* #define REGISTERED /**/
@@ -17,8 +17,17 @@
/*******************************************************************************
---- src/config.h.orig Wed Mar 11 15:38:42 1998
-+++ src/config.h Wed Mar 11 15:40:36 1998
+--- 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)