summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ac
blob: eeaf359b31796878358756f452164cf28b1ec8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2004/04/20 18:02:16 ben 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__)
   #include "sndfreebsd.h"
 
 #elif defined(_WIN32)