diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-03-21 11:35:31 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-03-21 11:35:31 +0000 |
commit | 855916b5a7778cd039daaff2ad55b01f1e8878d6 (patch) | |
tree | 056ce7106821f07aaf4b71f93ac0de87802fd82b /emulators | |
parent | 294f2545078399fc3dd5555776a0eab99c0bca44 (diff) | |
download | FreeBSD-ports-855916b5a7778cd039daaff2ad55b01f1e8878d6.zip FreeBSD-ports-855916b5a7778cd039daaff2ad55b01f1e8878d6.tar.gz |
Fix endian.h error.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa index 81a927b..00e36d5 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) |