diff options
author | markd <markd@pkgsrc.org> | 2008-10-28 11:32:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-28 11:32:07 +0000 |
commit | 5829118bf3366bb7aff4680459cf0073fdb656c7 (patch) | |
tree | fce8e50b23c4dc22ea0a87b47b50e7607db307ff /audio | |
parent | 67354e7905daec4c61f593a2a338b750df759013 (diff) | |
download | pkgsrc-5829118bf3366bb7aff4680459cf0073fdb656c7.tar.gz |
Fix build on NetBSD against glib2-2.18.2. PR pkg/39801
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/distinfo | 4 | ||||
-rw-r--r-- | audio/arts/patches/patch-ah | 15 |
2 files changed, 13 insertions, 6 deletions
diff --git a/audio/arts/distinfo b/audio/arts/distinfo index a60e9c3aa23..20e1e9e87be 100644 --- a/audio/arts/distinfo +++ b/audio/arts/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.46 2008/08/27 12:27:00 markd Exp $ +$NetBSD: distinfo,v 1.47 2008/10/28 11:32:07 markd Exp $ SHA1 (arts-1.5.10.tar.bz2) = 2e5507f64a4a4a9ad446cc987dff157e38f98274 RMD160 (arts-1.5.10.tar.bz2) = 8c237ebd06ac82b88cf7394722fb8da459902ee7 @@ -8,5 +8,5 @@ SHA1 (patch-ab) = 73c4ec5360ce671f69b6de4e226cda9478d098ee SHA1 (patch-ac) = de22843493a184f4aa8c20e011aa2a73ad794728 SHA1 (patch-af) = 9a130ccd7f56656bb55e2c5edf223c38c69be591 SHA1 (patch-ag) = 618e792fe0338e0c00b442ea8a4d0f68a96e13a3 -SHA1 (patch-ah) = fa4380c6e0049e9ce8851d485c354e07145d9fe9 +SHA1 (patch-ah) = fb545153a03202e8f4a5955a01ceeeee69ba12c5 SHA1 (patch-ai) = aee6c94746a84aae101decc1ca5b2fff43a669c1 diff --git a/audio/arts/patches/patch-ah b/audio/arts/patches/patch-ah index 6be2f80fb35..34af7b5d95a 100644 --- a/audio/arts/patches/patch-ah +++ b/audio/arts/patches/patch-ah @@ -1,8 +1,15 @@ -$NetBSD: patch-ah,v 1.3 2004/04/20 12:15:51 markd Exp $ +$NetBSD: patch-ah,v 1.4 2008/10/28 11:32:07 markd Exp $ ---- mcop_mt/threads_posix.cc.orig 2004-04-04 19:37:55.000000000 +1200 +--- mcop_mt/threads_posix.cc.orig 2005-09-10 20:13:32.000000000 +1200 +++ mcop_mt/threads_posix.cc -@@ -33,7 +33,151 @@ +@@ -27,13 +27,158 @@ + /* only compile this if we have libpthread available */ + #ifdef HAVE_LIBPTHREAD + ++#include <signal.h> + #include <gsl/gslconfig.h> + + #include <sys/types.h> #include <stddef.h> #include <stdarg.h> #include <pthread.h> @@ -154,7 +161,7 @@ $NetBSD: patch-ah,v 1.3 2004/04/20 12:15:51 markd Exp $ #include <debug.h> #include <string.h> -@@ -186,10 +330,12 @@ public: +@@ -186,10 +331,12 @@ public: Thread_impl(Thread *thread) : thread(thread) { } void setPriority(int priority) { |