summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ac
blob: 8ebfd73827d1ae228937e79edbaf5fda0fc2a3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.3 2005/10/03 20:42:59 joerg Exp $

--- lib-src/libnyquist/snd/sndconfig.h.orig	Sat Feb 28 11:19:39 2004
+++ lib-src/libnyquist/snd/sndconfig.h
@@ -60,7 +60,7 @@ void snd_free(void *a);
 #elif defined(IRIX)
   #include "sndirix.h"
 
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
   #include "sndfreebsd.h"
 
 #elif defined(_WIN32)