diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 17:45:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 17:45:13 +0000 |
commit | ce934b196720235f84dba05f133028813259d8c5 (patch) | |
tree | e5a0f51d26c9cb3aa7003f7663894e834d76a553 /misc/estic/files/patch-machine.h | |
parent | - Add staging support (diff) |
- fix makefiles to honor CXX and CXXFLAGS
- fix some C++ problems
- mark BROKEN on FreeBSD10, no gcc 4.2
Notes
Notes:
svn path=/head/; revision=349780
Diffstat (limited to 'misc/estic/files/patch-machine.h')
-rw-r--r-- | misc/estic/files/patch-machine.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-machine.h b/misc/estic/files/patch-machine.h new file mode 100644 index 000000000000..698bfef81070 --- /dev/null +++ b/misc/estic/files/patch-machine.h @@ -0,0 +1,11 @@ +--- spunk/machine.h.orig 1997-02-18 14:41:50.000000000 +0100 ++++ spunk/machine.h 2014-03-28 16:58:13.000000000 +0100 +@@ -238,7 +238,7 @@ + # define CPU_LITTLE_ENDIAN + #elif (BYTE_ORDER == BIG_ENDIAN) + # define CPU_BIG_ENDIAN +-#elif ++#else + # error Byte order not defined! + #endif + |