diff options
author | jlam <jlam> | 2002-08-08 15:23:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-08 15:23:27 +0000 |
commit | ff0e37b51dd37daa4359e285bf59d7c2331d16ee (patch) | |
tree | 3127a8ea195df02a7f34c13e4dbed49fb21b26cd /audio/xmms-neato/Makefile | |
parent | 7f343c68ed15fe6f99aa744133654d46ae57e536 (diff) | |
download | pkgsrc-ff0e37b51dd37daa4359e285bf59d7c2331d16ee.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-neato/Makefile')
-rw-r--r-- | audio/xmms-neato/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |