diff options
Diffstat (limited to 'audio/libvisual/patches/patch-aa')
-rw-r--r-- | audio/libvisual/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/libvisual/patches/patch-aa b/audio/libvisual/patches/patch-aa new file mode 100644 index 00000000000..b16afdadcb9 --- /dev/null +++ b/audio/libvisual/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/11/05 20:55:48 wiz Exp $ + +--- libvisual/lv_common.h.orig 2004-07-24 17:41:22.000000000 +0200 ++++ libvisual/lv_common.h +@@ -6,9 +6,11 @@ + #include <libvisual/lv_mem.h> + #include <libvisual/lv_log.h> + ++#ifndef uint8_t + #define uint8_t u_int8_t + #define uint16_t u_int16_t + #define uint32_t u_int32_t ++#endif + + #ifdef __cplusplus + extern "C" { |