diff options
author | shannonjr <shannonjr> | 2004-11-04 20:24:50 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2004-11-04 20:24:50 +0000 |
commit | fe1891c6897fb58de9a0a9bfcf908daa2c078192 (patch) | |
tree | 56e60ec8c356d07893b19d81fe20afc0bece2e3c /devel/librfuncs/Makefile | |
parent | 430e95e749fe3823e121d323c314fece05f6482d (diff) | |
download | pkgsrc-fe1891c6897fb58de9a0a9bfcf908daa2c078192.tar.gz |
Update to version 1.0.2. This version uses the mutexes from either
pthread or pth according to what pthread.buildlink3.mk and the
autotools identify. If neither pthread nor pth is found no thread
locking is performed.
Diffstat (limited to 'devel/librfuncs/Makefile')
-rw-r--r-- | devel/librfuncs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/librfuncs/Makefile b/devel/librfuncs/Makefile index 7176d8bf452..ef835bcf6c8 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/10/24 23:41:35 shannonjr Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/04 20:24:50 shannonjr Exp $ # -DISTNAME= librfuncs-1.0.1 +DISTNAME= librfuncs-1.0.2 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 |