Skip to Content.
Sympa Menu

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

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 (a74a7af62e33f56882e42f544987a1fe6e989c79)
  • Date: Fri, 23 Apr 2010 22:29:49 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a74a7af62e33f56882e42f544987a1fe6e989c79), Eric Sandall, 04/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page