summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-01-22 21:50:27 +0000
committerkristerw <kristerw>2005-01-22 21:50:27 +0000
commit8b6be66a4e91600fa1174866ad7692eec3151824 (patch)
treecfb1eb10a64211890a44d7fadf554f1a129002e9 /devel
parent0993a0146733c103fbe8d44e59cca20ff73c0d0d (diff)
downloadpkgsrc-8b6be66a4e91600fa1174866ad7692eec3151824.tar.gz
This pkg does not build when using the lang/gcc3-c++-3.3.5 compiler,
but it builds fine using gcc 2.95, so remove the GCC_REQD=3.0 that was added to work around gcc 2.95 problems some months ago.
Diffstat (limited to 'devel')
-rw-r--r--devel/pwlib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index b55b6d12231..c2ca6d45116 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/12/03 15:14:55 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2005/01/22 21:50:27 kristerw Exp $
DISTNAME= pwlib-v1_8_3-src
PKGNAME= pwlib-1.8.3
@@ -24,8 +24,6 @@ CONFIGURE_ARGS+= --disable-sasl --disable-openldap
CONFIGURE_ARGS+= --disable-expat --disable-video --disable-qos
PTHREAD_OPTS+= require
-GCC_REQD= 3.0
-
BUILD_TARGET= opt
MAKE_ENV+= PWLIBDIR="${WRKSRC}" CC="${CC}" CPLUS="${CXX}"