Skip to Content.
Sympa Menu

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

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 (02b787900333a489961ef41fc679d762369f57d7)
  • Date: Fri, 16 Sep 2011 02:55:42 -0500

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

kde4/kdelibs4/BUILD | 2 +-
kde4/kdelibs4/HISTORY | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

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

kdelibs4: Fix CXXFLAGS instead of CFLAGS

diff --git a/kde4/kdelibs4/BUILD b/kde4/kdelibs4/BUILD
index 677bc30..fa55fb3 100755
--- a/kde4/kdelibs4/BUILD
+++ b/kde4/kdelibs4/BUILD
@@ -1,3 +1,3 @@
# KJS does not work correctly with -ffast-math
-CFLAGS="${CFLAGS/-ffast-math}" &&
+CXXFLAGS="${CXXFLAGS/-ffast-math}" &&
default_build
diff --git a/kde4/kdelibs4/HISTORY b/kde4/kdelibs4/HISTORY
index 2a44d29..c541705 100644
--- a/kde4/kdelibs4/HISTORY
+++ b/kde4/kdelibs4/HISTORY
@@ -1,5 +1,5 @@
2011-09-15 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Remove --ffast-math from CFLAGS
+ * BUILD: Remove --ffast-math from CXXFLAGS

2011-09-14 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: added dependencies from KDE_DEPENDS



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (02b787900333a489961ef41fc679d762369f57d7), Ismael Luceno, 09/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page