summaryrefslogtreecommitdiff
path: root/audio/xmms-crossfade
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-08 15:23:27 +0000
committerjlam <jlam@pkgsrc.org>2002-08-08 15:23:27 +0000
commitb9aa048fa15ae32557989c4b3bc89254a985ad9e (patch)
tree3127a8ea195df02a7f34c13e4dbed49fb21b26cd /audio/xmms-crossfade
parentaf8dc52016a9f0fa2d9411fed2db8a4ec51fda8a (diff)
downloadpkgsrc-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/xmms-crossfade')
-rw-r--r--audio/xmms-crossfade/Makefile3
1 files changed, 1 insertions, 2 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"