summaryrefslogtreecommitdiff
path: root/audio/csound4/patches/patch-ae
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 17:07:05 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 17:07:05 +0000
commit77b70f794374b5067098ae374210c7ad7a6990d8 (patch)
tree4ccd452e69730aef355847df4c352ae05a7335a6 /audio/csound4/patches/patch-ae
parentb83aae236df233ca60b9d7b2e5d54d5a9c48f51e (diff)
downloadpkgsrc-77b70f794374b5067098ae374210c7ad7a6990d8.tar.gz
Retire audio/csound4 and audio/csound4-manual.
Diffstat (limited to 'audio/csound4/patches/patch-ae')
-rw-r--r--audio/csound4/patches/patch-ae31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/csound4/patches/patch-ae b/audio/csound4/patches/patch-ae
deleted file mode 100644
index 6cbb46509fc..00000000000
--- a/audio/csound4/patches/patch-ae
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2005/10/04 19:23:39 joerg Exp $
-
---- csound/soundio.c.orig 2005-07-22 18:43:26.000000000 +0000
-+++ csound/soundio.c
-@@ -24,7 +24,7 @@
- #include "cs.h" /* SOUNDIO.C */
- #include "soundio.h"
- #include <math.h>
--#if defined(LINUX) || defined(NETBSD) || defined(__MACH__)
-+#if defined(LINUX) || defined(NETBSD) || defined(__MACH__) || defined(__DragonFly__)
- #include <unistd.h>
- #endif
- #ifdef mills_macintosh
-@@ -102,7 +102,7 @@ extern int audiofd;
- #ifdef PIPES
- FILE* pin=NULL, *pout=NULL;
- /*sbrandon: added NeXT to line below*/
--# if defined(SGI) || defined(LINUX) || defined(__BEOS__) || defined(NeXT) || defined(__MACH__) || defined(NETBSD)
-+# if defined(SGI) || defined(LINUX) || defined(__BEOS__) || defined(NeXT) || defined(__MACH__) || defined(NETBSD) || defined(__DragonFly__)
- # define _popen popen
- # define _pclose pclose
- # endif
-@@ -238,7 +238,7 @@ static int audread(char *inbuf, int nbyt
- return(sreadin(isfd,inbuf,nbytes,p));
- }
-
--#if !defined(SYMANTEC) && !defined(mac_classic) && !defined(LINUX) && !defined(__BEOS__) && !defined(__MACH__) && !defined(NETBSD)
-+#if !defined(SYMANTEC) && !defined(mac_classic) && !defined(LINUX) && !defined(__BEOS__) && !defined(__MACH__) && !defined(NETBSD) && !defined(__DragonFly__)
- extern int write(int, const void*, unsigned int);
- #endif
-