summaryrefslogtreecommitdiff
path: root/audio/csound5/patches/patch-ag
blob: da5c2e30e9255a67ee9754d8ec306c3379dff25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.2 2006/05/29 19:44:24 joerg Exp $

--- frontends/CsoundVST/System.cpp.orig	2005-12-22 09:06:21.000000000 -0800
+++ frontends/CsoundVST/System.cpp
@@ -468,7 +468,7 @@ namespace csound
     Beep(880, 1000);
   }
 
-#elif defined(LINUX) || defined(MACOSX)
+#elif defined(LINUX) || defined(MACOSX) || defined(__NetBSD__) || defined(__DragonFly__)
 
 #include <dlfcn.h>
 #include <dirent.h>