aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 deletions
diff --git a/audio/audacity-devel/files/patch-libnyquist-switches.h b/audio/audacity-devel/files/patch-libnyquist-switches.h
new file mode 100644
index 000000000000..4cd74add2be3
--- /dev/null
+++ b/audio/audacity-devel/files/patch-libnyquist-switches.h
@@ -0,0 +1,11 @@
+--- 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>