diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-20 23:30:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-20 23:30:52 +0800 |
commit | dbd42ae1a8fc7dab82238f95e56320a645304183 (patch) | |
tree | fcdfec8c56768c1cd95f604d0c69f260ed5cd7ba /lang/gcc41/files | |
parent | 05e4e47960913cd9383b10a651e466627efa2c87 (diff) | |
download | freebsd-ports-gnome-dbd42ae1a8fc7dab82238f95e56320a645304183.tar.gz freebsd-ports-gnome-dbd42ae1a8fc7dab82238f95e56320a645304183.tar.zst freebsd-ports-gnome-dbd42ae1a8fc7dab82238f95e56320a645304183.zip |
Update to the 1999-07-18 beta snapshot of GCC-2.95.
Diffstat (limited to 'lang/gcc41/files')
-rw-r--r-- | lang/gcc41/files/patch-bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc41/files/patch-bc b/lang/gcc41/files/patch-bc index cbf7978949ce..c3159ca2788c 100644 --- a/lang/gcc41/files/patch-bc +++ b/lang/gcc41/files/patch-bc @@ -1,12 +1,12 @@ ---- libstdc++/Makefile.in.orig Fri Apr 2 06:17:48 1999 -+++ libstdc++/Makefile.in Sun Apr 18 16:57:55 1999 +--- libstdc++/Makefile.in.orig Sat Jul 17 22:50:47 1999 ++++ libstdc++/Makefile.in Tue Jul 20 07:56:00 1999 @@ -14,7 +14,7 @@ # along with this library; see the file COPYING. If not, write to the Free # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = 2.10.0 +VERSION = 4 - INTERFACE = 2 + INTERFACE = 3 gxx_include_dir=${includedir}/g++ @@ -111,7 +111,8 @@ @@ -19,7 +19,7 @@ $(IO_DIR)/iostream.list: force cd $(IO_DIR) ; $(MAKE) $(FLAGS_TO_PASS) iostream.list -@@ -335,11 +336,7 @@ +@@ -336,11 +337,7 @@ || cp $${RELINSTALLDIR}$(ARLIB) $${INSTALLLINKDIR}$(MULTISUBDIR)/$$FILE ; \ fi; \ elif [ $$FILE = mshlink ]; then \ |