diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-06 18:29:58 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-06 18:29:58 +0000 |
commit | 96905e7c7d3153770fcb7165d99fab2c0fed21b3 (patch) | |
tree | 7b5eaebaadee9395d8d633434ee09b3899de5957 /audio/audacity-devel/files/patch-libnyquist-switches.h | |
parent | - Update to 1.2 (diff) |
- re-introduce audio/audacity-devel port (version 1.3.0b); [1]
- fix pkg-plist, lines added:
-----
share/mime/packages/audacity.xml
share/applications/audacity.desktop
@dirrmtry share/applications
PR: 103260 [1]
Submitted by: Jack Low <xxjack12xx at gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=174653
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> |