summaryrefslogtreecommitdiff
path: root/audio/xwave/files/patch-ag
blob: 4615100a8841c8d70c45544253584aa83f30b087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/endian.h.orig	Mon Nov  9 08:22:55 1998
+++ src/endian.h	Fri Jun 30 19:49:16 2000
@@ -16,7 +16,7 @@
 #define big_endian 1
 #endif
 
-#elif defined (linux) || defined (sun) || defined (FreeBSD)
+#elif defined (linux) || defined (sun) || defined (__FreeBSD__)
 
 #if BYTE_ORDER==LITTLE_ENDIAN
 #define little_endian 1