mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
b111b35ebf
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
12 lines
283 B
C
12 lines
283 B
C
--- spunk/machine.h.orig 1997-02-18 13:41:50 UTC
|
|
+++ spunk/machine.h
|
|
@@ -238,7 +238,7 @@ typedef unsigned u32;
|
|
# define CPU_LITTLE_ENDIAN
|
|
#elif (BYTE_ORDER == BIG_ENDIAN)
|
|
# define CPU_BIG_ENDIAN
|
|
-#elif
|
|
+#else
|
|
# error Byte order not defined!
|
|
#endif
|
|
|