diff options
Diffstat (limited to 'audio/csound-bath/patches/patch-at')
-rw-r--r-- | audio/csound-bath/patches/patch-at | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/csound-bath/patches/patch-at b/audio/csound-bath/patches/patch-at deleted file mode 100644 index 0029c92d78b..00000000000 --- a/audio/csound-bath/patches/patch-at +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-at,v 1.2 2003/01/19 21:31:13 hubertf Exp $ - ---- soundio.c.orig Sun Dec 8 03:53:08 2002 -+++ soundio.c -@@ -84,6 +84,9 @@ - # define _pclose pclose - # endif - #endif -+#ifdef NETBSDRTAUDIO -+#include "rtNetBSD.h" -+#endif - void (*spinrecv)(void), (*spoutran)(void), (*nzerotran)(long); - static void byterecv(void), charrecv(void), alawrecv(void), ulawrecv(void), - shortrecv(void),longrecv(void), floatrecv(void); -@@ -499,6 +502,10 @@ - || strncmp(O.outfilename,"dac", 3) ==0 - # ifdef LINUX - || strcmp(O.outfilename,"/dev/dsp") ==0 -+# endif -+# ifdef __NetBSD__ -+ || strncmp(O.outfilename,"/dev/audio",10) ==0 -+ || strncmp(O.outfilename,"/dev/sound",10) ==0 - # endif - || strcmp(O.outfilename,"dac") == 0) { - #if defined(WIN32) || defined(HAVE_ALSA) |