pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pwlib This pkg does not build when using the lan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2561c3a06042
branches:  trunk
changeset: 487975:2561c3a06042
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jan 22 21:50:27 2005 +0000

description:
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:

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

diffs (18 lines):

diff -r 814668a6e349 -r 2561c3a06042 devel/pwlib/Makefile
--- a/devel/pwlib/Makefile      Sat Jan 22 21:38:51 2005 +0000
+++ b/devel/pwlib/Makefile      Sat Jan 22 21:50:27 2005 +0000
@@ -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-expat --disable-video --disable-qos
 PTHREAD_OPTS+=         require
 
-GCC_REQD=              3.0
-
 BUILD_TARGET=          opt
 MAKE_ENV+=             PWLIBDIR="${WRKSRC}" CC="${CC}" CPLUS="${CXX}"
 



Home | Main Index | Thread Index | Old Index