diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-16 14:11:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-16 14:11:23 +0000 |
commit | 57d0fdabf813ea335b048852147b39fdf39cce6b (patch) | |
tree | 0ed63c9dab73eb149ec752e2e620c0998be43d79 /devel/pwlib/Makefile | |
parent | e24b230af7651f2c8da070be7f1ff8b4e2ec18f9 (diff) | |
download | pkgsrc-57d0fdabf813ea335b048852147b39fdf39cce6b.tar.gz |
Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2.
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 8df279e49fd..d7658dcb51d 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/10/09 14:01:03 mjl Exp $ +# $NetBSD: Makefile,v 1.34 2004/10/16 14:11:23 wiz Exp $ # DISTNAME= pwlib-v1_8_2-src @@ -19,8 +19,10 @@ WRKSRC= ${WRKDIR}/pwlib USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +GCC_REQD= 3.0 CONFIGURE_ARHS+= --disable-sasl --disable-openldap --disable-openssl --disable-expat --disable-video --disable-qos PTHREAD_OPTS+= require |