diff options
Diffstat (limited to 'audio/csound5/patches/patch-aj')
-rw-r--r-- | audio/csound5/patches/patch-aj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound5/patches/patch-aj b/audio/csound5/patches/patch-aj index 018f965753b..99bd6bdda8b 100644 --- a/audio/csound5/patches/patch-aj +++ b/audio/csound5/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.1.1.1 2006/05/21 22:46:22 ben Exp $ +$NetBSD: patch-aj,v 1.2 2006/05/29 19:44:24 joerg Exp $ --- InOut/libsnd.c.orig 2006-02-13 09:05:46.000000000 -0800 +++ InOut/libsnd.c @@ -7,7 +7,7 @@ $NetBSD: patch-aj,v 1.1.1.1 2006/05/21 22:46:22 ben Exp $ #ifdef PIPES # if defined(SGI) || defined(LINUX) || defined(__BEOS__) || defined(NeXT) || \ - defined(__MACH__) -+ defined(__MACH__) || defined(__NetBSD__) ++ defined(__MACH__) || defined(__NetBSD__) || defined(__DragonFly__) # define _popen popen # define _pclose pclose # endif |