From 153202faa550d650ab6c7d094cac9709015b5e97 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 8 Aug 2002 15:23:27 +0000 Subject: The xmms plugins should have the same thread semantics as xmms. Since xmms does use _POSIX_THREAD_SYSCALL_SOFT, the plugins shouldn't either. --- audio/xmms-crossfade/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/xmms-crossfade') 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" -- cgit v1.2.3