diff options
Diffstat (limited to 'devel/librfuncs/Makefile')
-rw-r--r-- | devel/librfuncs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/librfuncs/Makefile b/devel/librfuncs/Makefile index 9cdcf067dc7..d90dd9895e7 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:27 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/26 18:47:06 shannonjr Exp $ # -DISTNAME= librfuncs-1.0.6 -PKGREVISION= 1 +DISTNAME= librfuncs-1.0.7 +#PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 @@ -16,13 +16,15 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check -PTHREAD_AUTO_VARS= yes +PTHREAD_AUTO_VARS= no .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") CONFIGURE_ARGS+= --disable-threads .else CONFIGURE_ARGS+= --enable-threads +CONFIGURE_ARGS+= --with-thread-cflags=${PTHREAD_CFLAGS:Q} +CONFIGURE_ARGS+= --with-thread-ldflags=${PTHREAD_LDFLAGS:Q} .endif .include "../../mk/bsd.pkg.mk" |