summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormrauch <mrauch@pkgsrc.org>2002-02-25 13:53:36 +0000
committermrauch <mrauch@pkgsrc.org>2002-02-25 13:53:36 +0000
commit481be39148fccc89fb4e5a8d1712c1d721871666 (patch)
tree4a18be038a4c7ec053326d488a5a008435374420 /devel
parent02ffaa6d7966cafe6d51bc04a982faf5c4c06dcd (diff)
downloadpkgsrc-481be39148fccc89fb4e5a8d1712c1d721871666.tar.gz
gcc 2.95.2 was ABI incompatible (C++ symbol names were mangled with "."
instead of "$"). Set requirement to gcc-2.95.3
Diffstat (limited to 'devel')
-rw-r--r--devel/stlport/Makefile6
1 files changed, 3 insertions, 3 deletions
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