diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-11-22 20:11:52 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-11-22 20:11:52 +0000 |
commit | 89aaeef92e341636629440e365ad6770e8d810c5 (patch) | |
tree | 326b51ca69334cce5092ec6da3a040e742ee9ace /audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h | |
parent | www/py-django-allauth: update to 0.24.1 (diff) |
Update to upstream version 2.1.1
PR: 203607
Submitted by: xxjack12xx@gmail.com
Reviewed by: yuri@rawbw.com, koobs, riggs
Diffstat (limited to 'audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h')
-rw-r--r-- | audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h b/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h new file mode 100644 index 000000000000..9456e1a74263 --- /dev/null +++ b/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h @@ -0,0 +1,11 @@ +--- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2015-07-11 10:02:22 UTC ++++ lib-src/libnyquist/nyquist/cmt/cext.h +@@ -58,7 +58,7 @@ EXIT(n) -- calls exit(n) after shutting + #include <malloc.h> + #endif + +-#if NEED_ULONG ++#if NEED_ULONG || __FreeBSD__ + typedef unsigned long ulong; + #endif + |