mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d0981a015d
- 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)
13 lines
303 B
C
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
|
|
|