summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-05-29 08:19:55 +0000
committerskrll <skrll@pkgsrc.org>2002-05-29 08:19:55 +0000
commit19f99199a446f0f3b916f761cbce7dc03f53acfd (patch)
tree02f8d37de2d18f473f58033147456742591ec1be /devel/pth
parent514757bfdaf753c4ffed9854b699d5d4443d7367 (diff)
downloadpkgsrc-19f99199a446f0f3b916f761cbce7dc03f53acfd.tar.gz
Add a new variation on the pth package that has --enable-syscall-hard
as part of the configure options. A pth with this option enabled provides some semblance of pre-emptive threads - enough for things like xmms and knode to actually work. Add the necessary glue to pthread.buildlink.mk and appropriate CONFLICT into pth. It is hoped that the pkgs that currently use -D_POSIX_THREAD_SYSCALL_SOFT=1 will be tested against pth-syscall and changed to use it. The goal is to be able to add --enable-syscall-hard to devel/pth and retire pth-syscall. Baby steps...
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 18dac6575ad..672f989c3f5 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2002/03/24 18:47:38 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.41 2002/05/29 08:19:56 skrll Exp $
#
DISTNAME= pth-1.4.1
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
COMMENT= GNU Portable Thread library
-CONFLICTS= pth-current-[0-9]*
+CONFLICTS= pth-current-[0-9]* pth-syscall-[0-9]*
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES