summaryrefslogtreecommitdiff
path: root/audio/wavplay/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wavplay/files/patch-ae')
-rw-r--r--audio/wavplay/files/patch-ae28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/wavplay/files/patch-ae b/audio/wavplay/files/patch-ae
new file mode 100644
index 000000000000..240078764022
--- /dev/null
+++ b/audio/wavplay/files/patch-ae
@@ -0,0 +1,28 @@
+*** msg.c.orig Sat Jan 15 12:58:40 2000
+--- msg.c Sat Jan 15 13:16:12 2000
+***************
+*** 47,53 ****
+--- 47,55 ----
+ #include <unistd.h>
+ #include <errno.h>
+ #include <fcntl.h>
++ #ifndef FREEBSD
+ #include <malloc.h>
++ #endif
+ #include <string.h>
+ #include <memory.h>
+ #include <signal.h>
+***************
+*** 56,62 ****
+--- 58,68 ----
+ #include <sys/msg.h>
+ #include <sys/ioctl.h>
+ #include <assert.h>
++ #ifndef FREEBSD
+ #include <linux/soundcard.h>
++ #else
++ #include <machine/soundcard.h>
++ #endif
+ #include "wavplay.h"
+
+ /*