summaryrefslogtreecommitdiff
path: root/audio/csound5/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound5/patches/patch-aj')
-rw-r--r--audio/csound5/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/csound5/patches/patch-aj b/audio/csound5/patches/patch-aj
new file mode 100644
index 00000000000..018f965753b
--- /dev/null
+++ b/audio/csound5/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1.1.1 2006/05/21 22:46:22 ben Exp $
+
+--- InOut/libsnd.c.orig 2006-02-13 09:05:46.000000000 -0800
++++ InOut/libsnd.c
+@@ -47,7 +47,7 @@ typedef struct {
+
+ #ifdef PIPES
+ # if defined(SGI) || defined(LINUX) || defined(__BEOS__) || defined(NeXT) || \
+- defined(__MACH__)
++ defined(__MACH__) || defined(__NetBSD__)
+ # define _popen popen
+ # define _pclose pclose
+ # endif