diff options
Diffstat (limited to 'audio/audacity-devel/files/patch-cext.h')
-rw-r--r-- | audio/audacity-devel/files/patch-cext.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/audacity-devel/files/patch-cext.h b/audio/audacity-devel/files/patch-cext.h new file mode 100644 index 000000000000..b6da23fd2120 --- /dev/null +++ b/audio/audacity-devel/files/patch-cext.h @@ -0,0 +1,12 @@ +--- lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-15 20:27:36.000000000 -0700 ++++ lib-src/libnyquist/nyquist/cmt/cext.hcext.h 2009-07-19 00:37:45.000000000 -0700 + +@@ -58,7 +58,7 @@ + #include <malloc.h> + #endif + +-#if NEED_ULONG ++#if NEED_ULONG || __FreeBSD__ + typedef unsigned long ulong; + #endif + |