diff options
author | sbd <sbd@pkgsrc.org> | 2012-03-10 09:19:32 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-03-10 09:19:32 +0000 |
commit | f931d3b570cea9603e1faea6cf2b5ee4ede4e8fe (patch) | |
tree | 4233300450945003709856a30a1555ebe3324c38 /audio/libvisual | |
parent | 50d3accc2bca19eaf5d241ac98bb50a51afc490d (diff) | |
download | pkgsrc-f931d3b570cea9603e1faea6cf2b5ee4ede4e8fe.tar.gz |
Fix build on Linux.
Diffstat (limited to 'audio/libvisual')
-rw-r--r-- | audio/libvisual/distinfo | 4 | ||||
-rw-r--r-- | audio/libvisual/patches/patch-libvisual_lv__types.h | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/audio/libvisual/distinfo b/audio/libvisual/distinfo index fee5e45d108..f08f5e629ce 100644 --- a/audio/libvisual/distinfo +++ b/audio/libvisual/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2012/02/15 21:58:44 hans Exp $ +$NetBSD: distinfo,v 1.12 2012/03/10 09:19:32 sbd Exp $ SHA1 (libvisual-0.4.0.tar.gz) = bd21d621f1d54134c26138e19eaae46c5aeaec00 RMD160 (libvisual-0.4.0.tar.gz) = df4fda944e84417def2817f248f587dea5b2d8f1 @@ -7,4 +7,4 @@ SHA1 (patch-ab) = 2493f145d37c6de8dc37beb22e788c628d43342e SHA1 (patch-ac) = ad124820a2a20550bf85181be284c1e000114ddd SHA1 (patch-ad) = e7b2493cf5880cea7497a1d8d6fb1ce4f856ba6d SHA1 (patch-ae) = 72affdd9a1302a16efe5f4ecaafbc37061e4db0c -SHA1 (patch-libvisual_lv__types.h) = c33ff6113759863a85b332e1ed1abc2c49f406f9 +SHA1 (patch-libvisual_lv__types.h) = 3f2baa4861b50d3359cd9cdfa75898dfc6b5895d diff --git a/audio/libvisual/patches/patch-libvisual_lv__types.h b/audio/libvisual/patches/patch-libvisual_lv__types.h index d3e0f7b6841..255ecf917c2 100644 --- a/audio/libvisual/patches/patch-libvisual_lv__types.h +++ b/audio/libvisual/patches/patch-libvisual_lv__types.h @@ -1,7 +1,16 @@ -$NetBSD: patch-libvisual_lv__types.h,v 1.1 2012/02/15 21:58:44 hans Exp $ +$NetBSD: patch-libvisual_lv__types.h,v 1.2 2012/03/10 09:19:32 sbd Exp $ ---- libvisual/lv_types.h.orig 2006-02-13 21:54:08.000000000 +0100 -+++ libvisual/lv_types.h 2012-01-11 14:44:09.647013746 +0100 +--- libvisual/lv_types.h.orig 2006-02-13 20:54:08.000000000 +0000 ++++ libvisual/lv_types.h +@@ -26,7 +26,7 @@ + + #include <libvisual/lv_defines.h> + +-#if defined(VISUAL_OS_WIN32) ++#if defined(VISUAL_OS_WIN32) || defined(__linux__) + #include <stdint.h> + #else + #include <sys/types.h> @@ -38,20 +38,6 @@ VISUAL_BEGIN_DECLS #define VISUAL_TABLESIZE(table) (sizeof (table) / sizeof (table[0])) |