freebsd-ports/audio/xwave/files/patch-src_aifc.c
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
241 B
C

--- src/aifc.c.orig 1998-11-08 23:22:55 UTC
+++ src/aifc.c
@@ -9,7 +9,7 @@
#ifdef linux
#include <endian.h>
-#elif defined (FreeBSD)
+#elif defined (__FreeBSD__)
#include <machine/endian.h>
#elif defined (sgi)
#include <sys/endian.h>