From 923e7d05cfc623c909fe242f3bdd57132f6f24f0 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 8 Dec 2002 01:30:23 +0000 Subject: USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build on systems where pthread library was not yet installed. --- devel/pwlib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 0416772d5a7..899c043d38d 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/12/03 20:20:36 jdolecek Exp $ +# $NetBSD: Makefile,v 1.19 2002/12/08 01:30:23 salo Exp $ # DISTNAME= pwlib_1.4.4 @@ -19,10 +19,12 @@ BUILD_DEPENDS= bison-[0-9]*:../../devel/bison WRKSRC= ${WRKDIR}/pwlib -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes +PTHREAD_OPTS+= require + MAKE_ENV+= PWLIBDIR="${WRKSRC}" MAKE_ENV+= CC="${CC}" MAKE_ENV+= CPLUS="${CXX}" -- cgit v1.2.3