summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-ag')
-rw-r--r--audio/audacity/patches/patch-ag19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/audacity/patches/patch-ag b/audio/audacity/patches/patch-ag
new file mode 100644
index 00000000000..b04210dc085
--- /dev/null
+++ b/audio/audacity/patches/patch-ag
@@ -0,0 +1,19 @@
+$NetBSD: patch-ag,v 1.1.1.1 2001/06/17 19:13:52 drochner Exp $
+
+--- mpeg3/mpeg3ifo.c.orig Sat Jun 16 14:39:15 2001
++++ mpeg3/mpeg3ifo.c Sat Jun 16 15:02:27 2001
+@@ -1,9 +1,13 @@
+-#include <byteswap.h>
+ #include <dirent.h>
+ #include <fcntl.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/types.h>
++
++#include <sys/endian.h>
++#include <machine/bswap.h>
++#define bswap_16(x) bswap16(x)
++#define bswap_32(x) bswap32(x)
+
+ #include "ifo.h"
+ #include "mpeg3private.h"