summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-11 06:59:51 +0000
committerhasso <hasso@pkgsrc.org>2009-03-11 06:59:51 +0000
commit824c8a666b2a082c27a9ff58bff338612d0b654d (patch)
tree920d8c5c149f7965d9aa442e95bcf5203f05fa5f /audio
parenta5bef97659e8176e384d9d6d0ac716e62e628680 (diff)
downloadpkgsrc-824c8a666b2a082c27a9ff58bff338612d0b654d.tar.gz
Fix compile for systems which don't happen to have the /usr/include/util.h.
Diffstat (limited to 'audio')
-rw-r--r--audio/bmp-pulse/distinfo4
-rw-r--r--audio/bmp-pulse/patches/patch-aa15
2 files changed, 12 insertions, 7 deletions
diff --git a/audio/bmp-pulse/distinfo b/audio/bmp-pulse/distinfo
index c558a85d4fa..7c4e7f573f4 100644
--- a/audio/bmp-pulse/distinfo
+++ b/audio/bmp-pulse/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $
+$NetBSD: distinfo,v 1.2 2009/03/11 06:59:51 hasso Exp $
SHA1 (xmms-pulse-0.9.4.tar.gz) = 0ffbde03452b5f90d22f72b7a6a88a696cda5ca6
RMD160 (xmms-pulse-0.9.4.tar.gz) = f050f043c0215d2fedf0673c9c9fea8aff9a0a27
Size (xmms-pulse-0.9.4.tar.gz) = 329661 bytes
-SHA1 (patch-aa) = 3eb66dc5a75e1f2aacafa3e09d8d4f18f6ba9657
+SHA1 (patch-aa) = 55aa68c45f5ffbb3d812c2437eb67bd4a2a5790f
diff --git a/audio/bmp-pulse/patches/patch-aa b/audio/bmp-pulse/patches/patch-aa
index 49aab8daa65..8ed6a7deca4 100644
--- a/audio/bmp-pulse/patches/patch-aa
+++ b/audio/bmp-pulse/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/11 06:59:51 hasso Exp $
---- src/plugin.c.orig 2008-12-18 19:50:37.000000000 -0500
-+++ src/plugin.c
-@@ -39,8 +39,8 @@
+--- src/plugin.c.orig 2007-08-06 22:21:53 +0300
++++ src/plugin.c 2009-03-11 08:40:15 +0200
+@@ -39,12 +39,11 @@
#endif
#ifdef HAVE_BMP
@@ -10,6 +10,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $
- #include <beepctrl.h>
+ #include <bmp/plugin.h>
+ #include <bmp/beepctrl.h>
++ #include <bmp/util.h>
#endif
- #include <util.h>
+-#include <util.h>
+-
+ #include <pulse/pulseaudio.h>
+
+ static pa_context *context = NULL;