diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 23:28:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 23:28:25 +0000 |
commit | c908872f207f67f263a2703989168f3ec9f0ea65 (patch) | |
tree | 7537f4911a021c8f86c9f0f4052e3210b9bc4ec1 /audio/audacity-devel/files/patch-libnyquist-switches.h | |
parent | Updated plist for 1.63.0 (why do I always forget to commit the plist?) (diff) |
After repocopy from audio/audacity, add audacity-devel, a development
branch of this audio waveform editor program. This is a beta of upcoming
major release 1.2.0, and is already worth a try. For details see
http://audacity.sourceforge.net/beta.php
PR: ports/59915
Submitted by: Craig Boston <craig@yekse.gank.org>
Notes
Notes:
svn path=/head/; revision=95922
Diffstat (limited to 'audio/audacity-devel/files/patch-libnyquist-switches.h')
-rw-r--r-- | audio/audacity-devel/files/patch-libnyquist-switches.h | 11 |
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> |