aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc30
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-05 20:35:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-05 20:35:40 +0000
commit932231b1d5f136ef3ed0292f3e42fcc615b5a2d2 (patch)
treee4c1939f6bf47893e2a2e5f86d60fdf3acdaeb3f /lang/gcc30
parent594411bca08341d3a96512190cd61cd81a8ce295 (diff)
downloadports-932231b1d5f136ef3ed0292f3e42fcc615b5a2d2.tar.gz
ports-932231b1d5f136ef3ed0292f3e42fcc615b5a2d2.zip
Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of shared version numbers the stock libstdc++.so will have.
Notes
Notes: svn path=/head/; revision=35700
Diffstat (limited to 'lang/gcc30')
-rw-r--r--lang/gcc30/files/patch-bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc30/files/patch-bc b/lang/gcc30/files/patch-bc
index c3159ca2788c..4776146dd5b9 100644
--- a/lang/gcc30/files/patch-bc
+++ b/lang/gcc30/files/patch-bc
@@ -5,7 +5,7 @@
# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-VERSION = 2.10.0
-+VERSION = 4
++VERSION = 2100
INTERFACE = 3
gxx_include_dir=${includedir}/g++