Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h
16147 views
1
--- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2021-02-04 18:52:51 UTC
2
+++ lib-src/libnyquist/nyquist/cmt/cext.h
3
@@ -61,7 +61,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca
4
#include <malloc.h>
5
#endif
6
7
-#if NEED_ULONG
8
+#if NEED_ULONG || __FreeBSD__
9
typedef unsigned long ulong;
10
#endif
11
12
13