aboutsummaryrefslogtreecommitdiff
path: root/audio/wavplay/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wavplay/files/patch-ac')
-rw-r--r--audio/wavplay/files/patch-ac28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/wavplay/files/patch-ac b/audio/wavplay/files/patch-ac
new file mode 100644
index 000000000000..8d5741e5a39b
--- /dev/null
+++ b/audio/wavplay/files/patch-ac
@@ -0,0 +1,28 @@
+*** file.c.orig Sat Jan 15 12:55:46 2000
+--- file.c Sat Jan 15 13:15:38 2000
+***************
+*** 56,62 ****
+--- 56,64 ----
+ #include <unistd.h>
+ #include <errno.h>
+ #include <fcntl.h>
++ #ifndef FREEBSD
+ #include <malloc.h>
++ #endif
+ #include <string.h>
+ #include <memory.h>
+ #include <signal.h>
+***************
+*** 64,70 ****
+--- 66,76 ----
+ #include <sys/ipc.h>
+ #include <sys/ioctl.h>
+ #include <assert.h>
++ #ifndef FREEBSD
+ #include <linux/soundcard.h>
++ #else
++ #include <machine/soundcard.h>
++ #endif
+ #include "wavplay.h"
+
+ extern int clntIPC; /* Needed for message passing in PlayDSP */