summaryrefslogtreecommitdiff
path: root/audio/libvisual0.2
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-15 21:58:44 +0000
committerhans <hans@pkgsrc.org>2012-02-15 21:58:44 +0000
commit3ca62b774f08654409714af34c03e6a96e4280aa (patch)
treee87a34928c389d0a4031be5b12c3a85fdec74df0 /audio/libvisual0.2
parent0868c9098965915b41503c0cade3cf543ef69f9c (diff)
downloadpkgsrc-3ca62b774f08654409714af34c03e6a96e4280aa.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/libvisual0.2')
-rw-r--r--audio/libvisual0.2/distinfo3
-rw-r--r--audio/libvisual0.2/patches/patch-libvisual_lv__types.h23
2 files changed, 25 insertions, 1 deletions
diff --git a/audio/libvisual0.2/distinfo b/audio/libvisual0.2/distinfo
index 42f0ce821de..4d90e478be9 100644
--- a/audio/libvisual0.2/distinfo
+++ b/audio/libvisual0.2/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/03 23:29:50 wiz Exp $
+$NetBSD: distinfo,v 1.2 2012/02/15 22:01:43 hans Exp $
SHA1 (libvisual-0.2.0.tar.gz) = 8867f743c7407890c8cc571acab2fbcab869f3a1
RMD160 (libvisual-0.2.0.tar.gz) = d933e849ffb8ce8f21d9d58e92fd104b137b718d
Size (libvisual-0.2.0.tar.gz) = 431141 bytes
SHA1 (patch-aa) = f7a0b011fa39996813bb7a8fe00aefdfaa680583
SHA1 (patch-ab) = d4014e06622f59e31f4ee42dd24ce729e27b580d
+SHA1 (patch-libvisual_lv__types.h) = 8de893059b84e6159af977937e70fa274f49cd42
diff --git a/audio/libvisual0.2/patches/patch-libvisual_lv__types.h b/audio/libvisual0.2/patches/patch-libvisual_lv__types.h
new file mode 100644
index 00000000000..79565b5721a
--- /dev/null
+++ b/audio/libvisual0.2/patches/patch-libvisual_lv__types.h
@@ -0,0 +1,23 @@
+$NetBSD: patch-libvisual_lv__types.h,v 1.1 2012/02/15 22:01:43 hans Exp $
+
+--- libvisual/lv_types.h.orig 2005-01-01 15:11:56.000000000 +0100
++++ libvisual/lv_types.h 2012-01-11 15:00:23.565973572 +0100
+@@ -32,18 +32,6 @@ extern "C" {
+
+ #define VISUAL_CHECK_CAST(uiobj, cast_type, cast) ((cast*) (uiobj))
+
+-#ifndef uint8_t
+-#define uint8_t u_int8_t
+-#endif
+-
+-#ifndef uint16_t
+-#define uint16_t u_int16_t
+-#endif
+-
+-#ifndef uint32_t
+-#define uint32_t u_int32_t
+-#endif
+-
+ #ifdef __cplusplus
+ }
+ #endif /* __cplusplus */