diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 01:30:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 01:30:23 +0000 |
commit | 34894084da41447670b5374254a980a2f50c1a87 (patch) | |
tree | c36341d09ef30dbd9e335e9853e2ebe0509ff8ca /devel/pwlib | |
parent | a753dfec6dbf1f6dceb958cd1f49c9552ca4c4e5 (diff) | |
download | pkgsrc-34894084da41447670b5374254a980a2f50c1a87.tar.gz |
USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes build
on systems where pthread library was not yet installed.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 6 |
1 files 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}" |