summaryrefslogtreecommitdiff
path: root/audio/csound-bath/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-bath/patches/patch-aw')
-rw-r--r--audio/csound-bath/patches/patch-aw13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/csound-bath/patches/patch-aw b/audio/csound-bath/patches/patch-aw
new file mode 100644
index 00000000000..af7408bc89e
--- /dev/null
+++ b/audio/csound-bath/patches/patch-aw
@@ -0,0 +1,13 @@
+$NetBSD: patch-aw,v 1.1 2003/01/19 21:31:14 hubertf Exp $
+
+--- pvoc.c.orig Fri Jul 12 03:48:14 2002
++++ pvoc.c
+@@ -8,7 +8,7 @@
+ #include "sysdep.h"
+
+ #include <stdio.h>
+-#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__)
++#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__) || defined(__NetBSD__)
+ # include <stdlib.h> /* for malloc() */
+ # define READMODE "rb"
+ # define WRITEMODE "wb+"