[SM-Commit] GIT changes to master grimoire by Eric Sandall (f494164dda12a8631b4f75f62e185f141325abd7)

Eric Sandall scm at mail.sourcemage.org
Fri Feb 16 16:50:49 EST 2007


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 http/firefox/BUILD   |    6 ++++++
 http/firefox/HISTORY |    4 ++++
 2 files changed, 10 insertions(+)

New commits:
commit f494164dda12a8631b4f75f62e185f141325abd7
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    disable -ffast-math in firefox (breaks plugins)

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index aefebbc..8b9270f 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -14,6 +14,12 @@ fi  &&
 CFLAGS="${CFLAGS//-O3/-O2}"      &&
 CXXFLAGS="${CXXFLAGS//-O3/-O2}"  &&
 
+#
+# -ffast-math breaks plugins
+#
+CFLAGS="${CFLAGS//-ffast-math/}"      &&
+CXXFLAGS="${CXXFLAGS//-ffast-math/}"  &&
+
 ./configure --prefix=$INSTALL_ROOT/usr                       \
             --mandir=$INSTALL_ROOT/usr/share/man             \
             --enable-optimize="$CFLAGS"                      \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 5deb23e..f290e34 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2007-02-16 Eric Sandall <eric at sandall.us>
+	* BUILD: Disable -ffast-math in flags as it breaks plugins
+	  (they'll try to install, but never finish, much less run)
+
 2007-02-15 Juuso Alasuutari <iuso at sourcemage.org>
 	* DEPENDS: Removed GTK version conditional, only GTK+2 used now.
 



More information about the SM-Commit mailing list