pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pwlib Mark as using c++, and set GCC_REQD to 3.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd1ed9ac777
branches:  trunk
changeset: 481989:6fd1ed9ac777
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 16 14:11:23 2004 +0000

description:
Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2.

diffstat:

 devel/pwlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 10b7ffbfedac -r 6fd1ed9ac777 devel/pwlib/Makefile
--- a/devel/pwlib/Makefile      Sat Oct 16 11:57:45 2004 +0000
+++ b/devel/pwlib/Makefile      Sat Oct 16 14:11:23 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index