summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-ac')
-rw-r--r--audio/audacity/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/audacity/patches/patch-ac b/audio/audacity/patches/patch-ac
deleted file mode 100644
index eab37f59f56..00000000000
--- a/audio/audacity/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2012/02/15 20:01:54 hans 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__) || defined(__sun)
- #include "sndfreebsd.h"
-
- #elif defined(_WIN32)