Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (df58f375cd07deeca7211358d9474bb7b110afc5)
  • Date: Mon, 4 May 2009 16:08:55 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (df58f375cd07deeca7211358d9474bb7b110afc5), Eric Sandall, 05/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page