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/arts/patches | |
parent | 67354e7905daec4c61f593a2a338b750df759013 (diff) | |
download | pkgsrc-5829118bf3366bb7aff4680459cf0073fdb656c7.tar.gz |
Fix build on NetBSD against glib2-2.18.2. PR pkg/39801
Diffstat (limited to 'audio/arts/patches')
-rw-r--r-- | audio/arts/patches/patch-ah | 15 |
1 files changed, 11 insertions, 4 deletions
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) { |