Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fab0677957b1aae4aeb10f48ae741eb1e979677f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fab0677957b1aae4aeb10f48ae741eb1e979677f)
  • Date: Mon, 12 Jul 2010 23:12:31 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

x11-toolkits/qt4/BUILD | 4 ++++
x11-toolkits/qt4/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit fab0677957b1aae4aeb10f48ae741eb1e979677f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Remove -ffast-math from CFLAGS, fixes bug #15634

diff --git a/x11-toolkits/qt4/BUILD b/x11-toolkits/qt4/BUILD
index eaefd4f..582c63c 100755
--- a/x11-toolkits/qt4/BUILD
+++ b/x11-toolkits/qt4/BUILD
@@ -1,3 +1,7 @@
+# Remove -ffast-math from CFLAGS, gives problems when building internal
SQLite,
+# or QtWebkit which forces building it... probably a buildsystem bug.
+CFLAGS="${CFLAGS/-ffast-math}"
+
QTDIR=$INSTALL_ROOT/usr &&

OPTS="$QT_DEBUG \
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 6f25ea7..2ccc287 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2010-07-12 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Remove -ffast-math from CFLAGS, fixes bug #15634
+
2010-06-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.6.3




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fab0677957b1aae4aeb10f48ae741eb1e979677f), Ismael Luceno, 07/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page