1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/audacity/files/patch-cext.h
Michael Scheidell d0981a015d - update to 2.0
- submitter is now maintainer (email to previous maintainer bouces for weeks)
- replaces audio/audacity-devel

PR:		ports/167906
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer)
2012-05-30 20:43:12 +00:00

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