summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-01 06:40:50 +0000
committerjlam <jlam>2002-08-01 06:40:50 +0000
commit0867e28c7927fd7e5cd40b1355543e7922adce58 (patch)
tree93296ffd4e5be2469b397b8d3fd76ecc02856c17 /audio/xmms
parentff1f69737a3f95c8031b135a90c30c41d8cf1c5a (diff)
downloadpkgsrc-0867e28c7927fd7e5cd40b1355543e7922adce58.tar.gz
Convert to use pthread.buildlink.mk.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 48f81dacc43..28b0a59850d 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2002/06/25 08:17:33 abs Exp $
+# $NetBSD: Makefile,v 1.29 2002/08/01 06:40:51 jlam Exp $
# FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp
DISTNAME= xmms-1.2.7
@@ -44,7 +44,3 @@ post-patch:
.include "../../mk/ossaudio.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
-
-.if (${PTHREAD_TYPE} == pth) # XXX Remove after pth-syscall becomes pth
-CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
-.endif