[SM-Commit] GIT changes to master grimoire by Eric Sandall (a74a7af62e33f56882e42f544987a1fe6e989c79)

Eric Sandall scm at sourcemage.org
Fri Apr 23 23:29:49 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 x11-libs/wine/BUILD   |    6 ++++++
 x11-libs/wine/HISTORY |    4 ++++
 2 files changed, 10 insertions(+)

New commits:
commit a74a7af62e33f56882e42f544987a1fe6e989c79
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    wine: Fails with '-mfpmath=sse'
    See http://bugs.winehq.org/show_bug.cgi?id=22475

diff --git a/x11-libs/wine/BUILD b/x11-libs/wine/BUILD
index 747ce63..770f013 100755
--- a/x11-libs/wine/BUILD
+++ b/x11-libs/wine/BUILD
@@ -9,6 +9,12 @@ if grep -q "\-O3" <<< $CFLAGS; then
   CXXFLAGS="-fno-guess-branch-probability $CXXFLAGS"
 fi  &&
 
+#
+# Fixes http://bugs.winehq.org/show_bug.cgi?id=22475
+#
+  CFLAGS=${CFLAGS/-mfpmath=sse/} &&
+CXXFLAGS=${CXXFLAGS/-mfpmath=sse/} &&
+
 OPTS="${OPTS} ${WINE64}" &&
 
 default_build                     &&
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index f624de8..f846bf9 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2010-04-23 Eric Sandall <sandalle at sourcemage.org>
+	* BUILD: Fails with '-mfpmath=sse'
+	  See http://bugs.winehq.org/show_bug.cgi?id=22475
+
 2010-04-16 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 1.1.43
 



More information about the SM-Commit mailing list