pkgsrc-wip/audacity-cmake/patches/patch-aa

16 lines
380 B
Plaintext

$NetBSD: patch-aa,v 1.5 2015/04/20 13:38:23 rodent Exp $
Undefine NEED_ULONG.
--- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2015-03-02 01:07:22.000000000 +0000
+++ lib-src/libnyquist/nyquist/cmt/cext.h
@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
#if HAS_SYS_TYPES_H
#include <sys/types.h>
+#define ulong u_long
+#undef NEED_ULONG
#endif
#if HAS_MALLOC_H