summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-aa')
-rw-r--r--audio/audacity/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/audacity/patches/patch-aa b/audio/audacity/patches/patch-aa
deleted file mode 100644
index a12e4c47dbf..00000000000
--- a/audio/audacity/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/04/20 18:02:16 ben Exp $
-
---- lib-src/libnyquist/cmt/cext.h.orig Sat Mar 6 16:02:24 2004
-+++ lib-src/libnyquist/cmt/cext.h
-@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
-
- #if HAS_SYS_TYPES_H
- #include <sys/types.h>
-+#define ulong u_long
-+#undef NEED_ULONG
- #endif
-
- #if HAS_MALLOC_H