ports/audio/xwave/files/patch-src_endian.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
331 B
C

--- src/endian.h.orig 1998-11-08 23:22:55 UTC
+++ src/endian.h
@@ -16,7 +16,7 @@ typedef unsigned short u_int16_t;
#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