diff options
Diffstat (limited to 'audio/csound/patches/patch-ah')
-rw-r--r-- | audio/csound/patches/patch-ah | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/csound/patches/patch-ah b/audio/csound/patches/patch-ah new file mode 100644 index 00000000000..32e60b5ed64 --- /dev/null +++ b/audio/csound/patches/patch-ah @@ -0,0 +1,17 @@ +$NetBSD: patch-ah,v 1.1.1.1 2001/03/13 13:18:24 wiz Exp $ + +--- midisend.c.orig Sun Dec 10 16:37:35 2000 ++++ midisend.c +@@ -29,8 +29,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 |