1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/misc/estic/files/patch-machine.h
Dirk Meyer ce934b1967 - fix makefiles to honor CXX and CXXFLAGS
- fix some C++ problems
- mark BROKEN on FreeBSD10, no gcc 4.2
2014-03-31 17:45:13 +00:00

12 lines
290 B
C

--- 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