mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
47aaab6ded
PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
--- src/riff.c.orig Mon Nov 9 08:22:55 1998
|
|
+++ src/riff.c Fri Jun 30 19:49:19 2000
|
|
@@ -33,7 +33,7 @@
|
|
|
|
#ifdef linux
|
|
#include <endian.h>
|
|
-#elif defined (FreeBSD)
|
|
+#elif defined (__FreeBSD__)
|
|
#include <machine/endian.h>
|
|
#elif defined (sgi)
|
|
#include <sys/endian.h>
|