diff options
author | markd <markd@pkgsrc.org> | 2004-04-20 12:15:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-20 12:15:51 +0000 |
commit | 46875e7fb8cb19914f84b5b65232eb14de73ea2f (patch) | |
tree | 91b36837def46f5d61670c56c2f6562f765fa377 /audio/arts/patches | |
parent | d91f77bfa26e5b81ecac9095e08cd005d6d1f8fd (diff) | |
download | pkgsrc-46875e7fb8cb19914f84b5b65232eb14de73ea2f.tar.gz |
bl3ify and update to version 1.2.2 (part of kde 3.2.2)
Changes:
ALSA: Make aRts work through DMix-devices
Diffstat (limited to 'audio/arts/patches')
-rw-r--r-- | audio/arts/patches/patch-ah | 12 | ||||
-rw-r--r-- | audio/arts/patches/patch-ai | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/audio/arts/patches/patch-ah b/audio/arts/patches/patch-ah index 13fdbbf0dfe..6be2f80fb35 100644 --- a/audio/arts/patches/patch-ah +++ b/audio/arts/patches/patch-ah @@ -1,10 +1,10 @@ -$NetBSD: patch-ah,v 1.2 2003/07/09 15:13:03 markd Exp $ +$NetBSD: patch-ah,v 1.3 2004/04/20 12:15:51 markd Exp $ ---- mcop_mt/threads_posix.cc.orig 2002-03-25 22:13:17.000000000 +0000 +--- mcop_mt/threads_posix.cc.orig 2004-04-04 19:37:55.000000000 +1200 +++ mcop_mt/threads_posix.cc -@@ -34,7 +34,151 @@ - #endif - +@@ -33,7 +33,151 @@ + #include <stddef.h> + #include <stdarg.h> #include <pthread.h> +#include <unistd.h> +#ifdef _POSIX_SEMAPHORES @@ -154,7 +154,7 @@ $NetBSD: patch-ah,v 1.2 2003/07/09 15:13:03 markd Exp $ #include <debug.h> #include <string.h> -@@ -187,10 +330,12 @@ public: +@@ -186,10 +330,12 @@ public: Thread_impl(Thread *thread) : thread(thread) { } void setPriority(int priority) { diff --git a/audio/arts/patches/patch-ai b/audio/arts/patches/patch-ai index 432c7d70c6f..2264202096c 100644 --- a/audio/arts/patches/patch-ai +++ b/audio/arts/patches/patch-ai @@ -1,10 +1,10 @@ -$NetBSD: patch-ai,v 1.4 2004/02/07 14:39:39 xtraeme Exp $ +$NetBSD: patch-ai,v 1.5 2004/04/20 12:15:51 markd Exp $ ---- flow/gsl/Makefile.in.orig 2004-01-26 18:20:17.000000000 +1100 -+++ flow/gsl/Makefile.in 2004-02-08 00:43:18.000000000 +1100 -@@ -446,7 +446,7 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ - $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +--- flow/gsl/Makefile.in.orig 2004-04-06 02:30:07.000000000 +1200 ++++ flow/gsl/Makefile.in +@@ -172,7 +172,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $( + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CFLAGS) $(CFLAGS) \ |