summaryrefslogtreecommitdiff
path: root/audio/csound-bath/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-bath/patches/patch-ae')
-rw-r--r--audio/csound-bath/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/csound-bath/patches/patch-ae b/audio/csound-bath/patches/patch-ae
new file mode 100644
index 00000000000..9cb86c77e30
--- /dev/null
+++ b/audio/csound-bath/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1.1.1 2001/04/27 17:17:17 wiz Exp $
+
+--- midisend.c.orig Sun Oct 15 13:29:23 2000
++++ midisend.c Sat Dec 16 21:52:52 2000
+@@ -16,8 +16,10 @@
+ #include <ctype.h>
+ #include <sys/ioctl.h>
+ #include <fcntl.h>
+-#ifdef FREE_BSD
+-# include <sys/soundcard.h>
++#ifdef BSD
++# include <soundcard.h>
++#define SEQ_DEFINEBUF(x); /*SEQ_DEFINEBUF(x)*/
++#define SEQ_MIDIOUT(x,y); /*SEQ_MIDIOUT(x,y)*/
+ #else
+ # include <linux/soundcard.h>
+ #endif