diff options
author | wiz <wiz> | 2000-03-13 01:20:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-03-13 01:20:25 +0000 |
commit | be691065f87da5af61b544db84c7f39dfbc6ea91 (patch) | |
tree | a369370858f2ee965e24bbfce7a5293d75f7d522 /devel/pth/Makefile | |
parent | df3c93b24cc05d82d568362c995edf612dea1e36 (diff) | |
download | pkgsrc-be691065f87da5af61b544db84c7f39dfbc6ea91.tar.gz |
Updated to pth-1.3.3. Changes: Minor fixes, source cleanup, semantics
of pth_cond_notify() fixed to match POSIX, and default stack size
increased from 32KB to 64KB.
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 5e021f47683..dab89833bf4 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2000/02/27 04:28:44 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2000/03/13 01:20:25 wiz Exp $ # -DISTNAME= pth-1.3.2 +DISTNAME= pth-1.3.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/pth/pth.html CONFLICTS= pth-current-* # for PLIST -VERS= 13.2 +VERS= 13.3 USE_LIBTOOL= YES GNU_CONFIGURE= YES |