Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f494164dda12a8631b4f75f62e185f141325abd7)
  • Date: Fri, 16 Feb 2007 15:50:49 -0600

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.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f494164dda12a8631b4f75f62e185f141325abd7), Eric Sandall, 02/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page