summaryrefslogtreecommitdiff
path: root/audio/csound5/patches/patch-ad
blob: 0999916fc773c651df9f0abc1a494b9d79972e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1.1.1 2006/05/21 22:46:22 ben Exp $

--- Top/csound.c.orig	2006-03-10 08:37:48.000000000 -0800
+++ Top/csound.c
@@ -613,7 +613,7 @@ static const CSOUND cenviron_ = {
     csound_free_string_database();
   }
 
-#if !defined(LINUX) && !defined(SGI) && !defined(__BEOS__) && !defined(__MACH__)
+#if !defined(__NetBSD__) && !defined(LINUX) && !defined(SGI) && !defined(__BEOS__) && !defined(__MACH__)
   static char *signal_to_string(int sig)
   {
     switch(sig) {