diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-05 19:50:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-05 19:50:32 +0000 |
commit | 140cccc2b326a266f5696bdad7e06020bed282a7 (patch) | |
tree | 9af5f71d1893ab3f27f9e18897a5536cae302c4f /lang/egcs | |
parent | 3ad676b1d29f38388ecbaa2df0ddc498c493fe47 (diff) | |
download | FreeBSD-ports-140cccc2b326a266f5696bdad7e06020bed282a7.zip FreeBSD-ports-140cccc2b326a266f5696bdad7e06020bed282a7.tar.gz |
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.
Diffstat (limited to 'lang/egcs')
-rw-r--r-- | lang/egcs/files/patch-bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/egcs/files/patch-bc b/lang/egcs/files/patch-bc index c6faefa..a561227 100644 --- a/lang/egcs/files/patch-bc +++ b/lang/egcs/files/patch-bc @@ -5,7 +5,7 @@ # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = 2.9.0 -+VERSION = 3 ++VERSION = 290 OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o SUBLIBS = $(STAMP)-string $(STAMP)-complx |