summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libnyquist-switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity-devel/files/patch-libnyquist-switches.h')
-rw-r--r--audio/audacity-devel/files/patch-libnyquist-switches.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/audacity-devel/files/patch-libnyquist-switches.h b/audio/audacity-devel/files/patch-libnyquist-switches.h
deleted file mode 100644
index 4cd74add2be3..000000000000
--- a/audio/audacity-devel/files/patch-libnyquist-switches.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib-src/libnyquist/sys/switches.h.orig Tue Dec 2 19:14:40 2003
-+++ lib-src/libnyquist/sys/switches.h Tue Dec 2 19:16:20 2003
-@@ -39,7 +39,7 @@
- */
- #define nyquist_printf printf
-
--#if __APPLE__ && __GNUC__ /* Mac OS X */
-+#if (__FreeBSD__ || __APPLE__) && __GNUC__ /* Mac OS X */
- #define NEED_ULONG 1
- #else
- #include <sys/types.h>