[SM-Commit] GIT changes to master grimoire by Eric Sandall (df58f375cd07deeca7211358d9474bb7b110afc5)
Eric Sandall
scm at sourcemage.org
Mon May 4 17:08:55 EDT 2009
GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:
mail/thunderbird/BUILD | 6 ++++++
mail/thunderbird/HISTORY | 3 +++
2 files changed, 9 insertions(+)
New commits:
commit df58f375cd07deeca7211358d9474bb7b110afc5
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
thunderbird: Forcing SSE for mfpmath causes Thunderbird to segfault on start
diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 863ebfe..ec39237 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -15,6 +15,12 @@ export CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
CFLAGS="${CFLAGS//-ffast-math/}" &&
CXXFLAGS="${CXXFLAGS//-ffast-math/}" &&
+#
+# Forcing SSE for mfpmath causes Thunderbird to segfault on start
+#
+CFLAGS="${CFLAGS//-mfpmath=sse/}" &&
+CXXFLAGS="${CXXFLAGS//-mfpmath=sse/}" &&
+
if echo $LDFLAGS | grep -q '\-s'; then
OPTS="$OPTS --enable-strip"
fi &&
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index 74603df..013039a 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,3 +1,6 @@
+2009-05-04 Eric Sandall <sandalle at sourcemage.org>
+ * BUILD: Forcing SSE for mfpmath causes Thunderbird to segfault on start
+
2009-03-18 Julien "_kaze_" ROZO <julien at rozo.org>
* DETAILS: updated version to 2.0.0.21
More information about the SM-Commit
mailing list