New commits:
commit cb26e92036437e1b61d1d0f10f21e7c61b6399c7
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
g++: make the upgrade work when there is a (now broken, old) g++ is
installed
diff --git a/gnu/g++/BUILD b/gnu/g++/BUILD
index 9c98589..bdc36b7 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -23,7 +23,8 @@ if [[ "$GCC_NOLIB64" == 'y' ]]; then
fi &&
cd $SOURCE_DIRECTORY.bld &&
-$SOURCE_DIRECTORY/configure \
+# Ignore any installed g++, it could botch up configure!
+CXX=/bin/false $SOURCE_DIRECTORY/configure \
--host=$HOST \
--prefix=${INSTALL_ROOT}/usr \
--infodir=${INSTALL_ROOT}/usr/share/info \
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index feb934f..0592605 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,3 +1,7 @@
+2008-08-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: workaround for g++ upgrade where installed g++ (older
version)
+ is broken
+
2008-06-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.3.1
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (4fd9f883bd2030366b0da66ec5f3c64c0b741363),
Thomas Orgis, 08/21/2008