1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/beast/files/patch-birnet_birnetcdefs.h
Pietro Cerutti b7aa1ae8cd - Update to 0.7.2
Changes: http://beast.gtk.org/news-file
- Unbreak on sparc64
2010-09-27 14:55:05 +00:00

17 lines
419 B
C

--- birnet/birnetcdefs.h.orig 2010-09-15 12:21:26.000000000 +0000
+++ birnet/birnetcdefs.h 2010-09-15 12:21:17.000000000 +0000
@@ -24,6 +24,13 @@
#include <float.h> /* {FLT|DBL}_{MIN|MAX|EPSILON} */
#include <birnet/birnetconfig.h>
+/*
+ * Dirty hack... no idea why it's needed
+ */
+#ifndef uint
+# define uint unsigned int
+#endif
+
BIRNET_EXTERN_C_BEGIN();
/* --- standard macros --- */