summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libnyquist-switches.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
commit54674e87a92757b96767a71ab83ea2895dbfc371 (patch)
tree8efc7490a16cebeed764bcef533e54c173feb0d9 /audio/audacity-devel/files/patch-libnyquist-switches.h
parent Add new devices (diff)
- Remove audio/audacity-devel, because it's now redundant after
updating audio/audacity to the latest version. PR: ports/63674 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=102819
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>