summaryrefslogtreecommitdiff
path: root/audio/csound5/patches/patch-ag
blob: a16a5436d2a5d12e73db72a3dd4cf20998153cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1.1.1 2006/05/21 22:46:22 ben 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__)
 
 #include <dlfcn.h>
 #include <dirent.h>