aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-08-14 12:04:40 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-08-14 12:04:40 +0000
commit37b155e4e874e1ac2f4254cc015fdd5399459d93 (patch)
tree092637138c71c97b7f29e8b868b9e3ff0cf403bb /devel/Makefile
parent3e902415715c6da10da51cd876f6f152f1853b01 (diff)
nPth - The New GNU Portable Threads Library
This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. In contrast to GNU Pth is is based on the system's standard threads implementation. This allows the use of libraries which are not compatible to GNU Pth. Experience with a Windows Pth emulation showed that this is a solid way to provide a co-routine based framework. WWW: http://www.gnupg.org PR: ports/170599 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes: svn path=/head/; revision=302520
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 16491a4f4a7e..162bb36012a5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1170,6 +1170,7 @@
SUBDIR += node-thrift
SUBDIR += notify-sharp
SUBDIR += noweb
+ SUBDIR += npth
SUBDIR += nspr
SUBDIR += nxt-python
SUBDIR += oaf