diff options
Diffstat (limited to 'audio/csound/files/patch-pvoc.c')
-rw-r--r-- | audio/csound/files/patch-pvoc.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/csound/files/patch-pvoc.c b/audio/csound/files/patch-pvoc.c new file mode 100644 index 000000000000..0290cc4b9827 --- /dev/null +++ b/audio/csound/files/patch-pvoc.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- pvoc.c.orig Sun Jul 14 16:03:01 2002 ++++ pvoc.c Sun Jul 14 16:02:55 2002 +@@ -8,7 +8,7 @@ + #include "sysdep.h" + + #include <stdio.h> +-#if defined(mac_classic) || defined(SYMANTEC) ++#if defined(mac_classic) || defined(SYMANTEC) || defined(__FreeBSD__) + # include <stdlib.h> /* for malloc() */ + # define READMODE "rb" + # define WRITEMODE "wb+" |