summaryrefslogtreecommitdiff
path: root/audio/akode
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-23 23:25:36 +0000
committerjoerg <joerg>2011-11-23 23:25:36 +0000
commit9bee180e3d3ceacb80b77dc183bb7c2f6095a2ad (patch)
tree1432cdbdf4c86297a31a2a91974204b03caf596f /audio/akode
parent38a1d800f5c18e139a38c148bb46ff223d40ba0b (diff)
downloadpkgsrc-9bee180e3d3ceacb80b77dc183bb7c2f6095a2ad.tar.gz
Fix plugin build on NetBSD with newer GCC
Diffstat (limited to 'audio/akode')
-rw-r--r--audio/akode/distinfo4
-rw-r--r--audio/akode/patches/patch-ab11
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/akode/distinfo b/audio/akode/distinfo
index 08857da2821..31b69987a42 100644
--- a/audio/akode/distinfo
+++ b/audio/akode/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2011/11/22 10:54:15 marino Exp $
+$NetBSD: distinfo,v 1.7 2011/11/23 23:25:36 joerg Exp $
SHA1 (30375-akode-2.0.2.tar.bz2) = 10ad1e335bc53c2a90d133b493568324514c729c
RMD160 (30375-akode-2.0.2.tar.bz2) = fa0322367d8e24e541007d3f9e508c3c31370d96
Size (30375-akode-2.0.2.tar.bz2) = 472605 bytes
SHA1 (patch-aa) = e984dc5d4f1e62812d8c0c9db4bf0476c1edf3fa
-SHA1 (patch-ab) = 0366386429f06655aabd3dbfd393182856750cc6
+SHA1 (patch-ab) = eacf146458434fd6ecdbf39310c853f1af246202
SHA1 (patch-ac) = 16ecd5bddc4a8490703380f06cf25abf54a2f99e
SHA1 (patch-ad) = 9bd599a37dbbe7ed9ce9b1d3bc9520f5e53f7a87
SHA1 (patch-ae) = e1b8b9439907a92531c1e0a0c4b494bd7776f770
diff --git a/audio/akode/patches/patch-ab b/audio/akode/patches/patch-ab
index 9b8adb213b2..25f62c2910d 100644
--- a/audio/akode/patches/patch-ab
+++ b/audio/akode/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/02/26 18:00:34 hasso Exp $
+$NetBSD: patch-ab,v 1.2 2011/11/23 23:25:36 joerg Exp $
---- akode/plugins/sun_sink/sun_sink.cpp.orig 2008-12-06 21:32:50 +0200
-+++ akode/plugins/sun_sink/sun_sink.cpp 2008-12-06 21:39:31 +0200
-@@ -20,13 +20,14 @@
+--- akode/plugins/sun_sink/sun_sink.cpp.orig 2005-10-28 08:57:18.000000000 +0000
++++ akode/plugins/sun_sink/sun_sink.cpp
+@@ -20,13 +20,15 @@
#include <config.h>
@@ -13,13 +13,14 @@ $NetBSD: patch-ab,v 1.1.1.1 2009/02/26 18:00:34 hasso Exp $
-#include <sys/ioctl.h>
#include <errno.h>
#include <fcntl.h>
++#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <alloca.h>
#include <audioframe.h>
#include "sun_sink.h"
-@@ -97,7 +98,7 @@ int SunSink::setAudioConfiguration(const
+@@ -97,7 +99,7 @@ int SunSink::setAudioConfiguration(const
{
d->config = *config;