ports/audio/audacity-devel/files/patch-cext.h
Wen Heping 5c94b9e1ea - Update to 1.3.9
PR:		ports/139446
Submitted by:	Jack Low <xxjack12xx@gmail.com> (maintainer)
Approved by:	miwi(mentor)
2009-10-16 12:11:24 +00:00

12 lines
303 B
C

--- 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