diff options
author | mrauch <mrauch> | 2002-02-25 13:53:36 +0000 |
---|---|---|
committer | mrauch <mrauch> | 2002-02-25 13:53:36 +0000 |
commit | 11cf73874ad3e42118f099b1f2edf1deb28053b0 (patch) | |
tree | 4a18be038a4c7ec053326d488a5a008435374420 /devel/stlport | |
parent | f8659e449564fdbddb3af5a1251ac6250cffeadc (diff) | |
download | pkgsrc-11cf73874ad3e42118f099b1f2edf1deb28053b0.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/stlport')
-rw-r--r-- | devel/stlport/Makefile | 6 |
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 |