diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-11-29 16:56:39 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-11-29 16:56:39 +0000 |
commit | dbef623d341753c9fc10f599cdb843794063eb60 (patch) | |
tree | aa14d1c5ba637a7a3fff3f5fea17d33128cb2834 | |
parent | c1772089f86ba9270984f4ebe00673c828c9f8d7 (diff) | |
download | pkgsrc-dbef623d341753c9fc10f599cdb843794063eb60.tar.gz |
Re: pkg/28464 gpgme won't build. Enabling PTHREAD_AUTO_VARS is Makefile.
-rw-r--r-- | devel/librfuncs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/librfuncs/Makefile b/devel/librfuncs/Makefile index 405c3b10992..f56bfa1fbd0 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/11/16 21:39:32 shannonjr Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/29 16:56:39 shannonjr Exp $ # DISTNAME= librfuncs-1.0.6 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 @@ -16,6 +17,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check +PTHREAD_AUTO_VARS= yes .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") |