From 11cf73874ad3e42118f099b1f2edf1deb28053b0 Mon Sep 17 00:00:00 2001 From: mrauch Date: Mon, 25 Feb 2002 13:53:36 +0000 Subject: gcc 2.95.2 was ABI incompatible (C++ symbol names were mangled with "." instead of "$"). Set requirement to gcc-2.95.3 --- devel/stlport/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/stlport') diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 9f36509a682..7821c245310 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/01/08 21:18:04 mrauch Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/25 13:53:36 mrauch Exp $ DISTNAME= STLport-4.0 PKGNAME= stlport-4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.stlport.com/archive/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.stlport.org/ COMMENT= Complete C++ standard library DEPENDS+= {gcc,pgcc}>=${GCC_VERS}:../../lang/gcc -GCC_VERS= 2.95.2 +GCC_VERS= 2.95.3 USE_GMAKE= # defined USE_LIBTOOL= # defined -- cgit v1.2.3