Skip to Content.
Sympa Menu

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

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 (dfb480c8c9087f92e328832667a8a1f5b8b019bf)
  • Date: Fri, 6 Mar 2009 20:43:22 -0600

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, 7 insertions(+), 3 deletions(-)

New commits:
commit dfb480c8c9087f92e328832667a8a1f5b8b019bf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: A better fix for WINE Bug #17024, add -fno-inline to CFLAGS and
CXXFLAGS. Now -O3 works again.

diff --git a/x11-libs/wine/BUILD b/x11-libs/wine/BUILD
index caaaae8..7f37556 100755
--- a/x11-libs/wine/BUILD
+++ b/x11-libs/wine/BUILD
@@ -4,9 +4,9 @@ touch programs/winetest/tests.rc &&
#
# Fixes http://bugs.winehq.com/show_bug.cgi?id=17406
#
-CFLAGS=${CFLAGS/-O3/-O2} &&
-CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
-default_build &&
+CFLAGS="-fno-inline $CFLAGS" &&
+CXXFLAGS="-fno-inline $CXXFLAGS" &&
+default_build &&

if is_depends_enabled $SPELL docbook-utils; then
make -C documentation
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index b067492..f517c70 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2009-03-06 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: A better fix for WINE Bug #17024, add -fno-inline to CFLAGS
and
+ CXXFLAGS. Now -O3 works again.
+
2009-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.16




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (dfb480c8c9087f92e328832667a8a1f5b8b019bf), Eric Sandall, 03/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page