diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
commit | 47aaab6ded97a0b0fd9da2917813d4c57e8534a8 (patch) | |
tree | 4dd1d78f8a6d0e49fcb5595643a8f2129456fde1 /audio/xwave/files/patch-aj | |
parent | Install texi2dvi which is required by texi2pdf. (diff) |
- Update to version 2v2
PR: 19759
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30577
Diffstat (limited to 'audio/xwave/files/patch-aj')
-rw-r--r-- | audio/xwave/files/patch-aj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xwave/files/patch-aj b/audio/xwave/files/patch-aj new file mode 100644 index 000000000000..994c277585c3 --- /dev/null +++ b/audio/xwave/files/patch-aj @@ -0,0 +1,11 @@ +--- 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> |