summaryrefslogtreecommitdiff
path: root/audio/csound-dev/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-dev/patches/patch-au')
-rw-r--r--audio/csound-dev/patches/patch-au13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/csound-dev/patches/patch-au b/audio/csound-dev/patches/patch-au
deleted file mode 100644
index 5efc856b1a1..00000000000
--- a/audio/csound-dev/patches/patch-au
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-au,v 1.1 2003/12/13 20:26:03 ben Exp $
-
---- pvoc.c.orig 2003-02-25 19:24:01.000000000 -0800
-+++ pvoc.c
-@@ -8,7 +8,7 @@
- #include "Csound/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+"