diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-08 15:23:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-08 15:23:27 +0000 |
commit | b9aa048fa15ae32557989c4b3bc89254a985ad9e (patch) | |
tree | 3127a8ea195df02a7f34c13e4dbed49fb21b26cd /audio | |
parent | af8dc52016a9f0fa2d9411fed2db8a4ec51fda8a (diff) | |
download | pkgsrc-b9aa048fa15ae32557989c4b3bc89254a985ad9e.tar.gz |
The xmms plugins should have the same thread semantics as xmms. Since
xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-mad/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-neato/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index e6fa77026d8..68041905c0d 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/10/24 22:10:44 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/08 15:23:27 jlam Exp $ # DISTNAME= xmms-crossfade-0.2.9 @@ -16,7 +16,6 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LDFLAGS+= ${LIBOSSAUDIO} -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 .include "../../audio/xmms/buildlink.mk" .include "../../mk/ossaudio.buildlink.mk" diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 9b3a8091416..b70b98d9a7f 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 04:00:50 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/08 15:23:29 jlam Exp $ # DISTNAME= xmms-mad-0.0.9 @@ -14,7 +14,6 @@ DEPENDS+= mad>=0.14:../../audio/mad GNU_CONFIGURE= YES CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 .include "../../mk/bsd.prefs.mk" diff --git a/audio/xmms-neato/Makefile b/audio/xmms-neato/Makefile index 08b0d7cfef2..7da9ca3334b 100644 --- a/audio/xmms-neato/Makefile +++ b/audio/xmms-neato/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/11/29 13:46:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/08 15:25:24 jlam Exp $ # DISTNAME= neato @@ -15,7 +15,6 @@ USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes USE_GMAKE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 GNU_CONFIGURE= YES |