Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f53264d84a199083c414de1c3aa7b0010326aa11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f53264d84a199083c414de1c3aa7b0010326aa11)
  • Date: Sun, 3 Feb 2008 10:33:14 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

x11-libs/wine/BUILD | 3 ---
x11-libs/wine/HISTORY | 5 +++++
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit bfac7ba9bd29b87c4d2d96ef6205ed21256b8b2c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

wine: remove the memleak hack with -fno-inline-functions

diff --git a/x11-libs/wine/BUILD b/x11-libs/wine/BUILD
index c84faa8..7fb8533 100755
--- a/x11-libs/wine/BUILD
+++ b/x11-libs/wine/BUILD
@@ -1,9 +1,6 @@
# fix wine build problem
LDFLAGS=${LDFLAGS//-z combreloc/} &&

-# avoid the memory leak on vartest.c
-CFLAGS="$CFLAGS -fno-inline-functions"
-
OPTS="--disable-debug \
--disable-trace \
$OPTS" &&
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 678d826..a23acdd 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,8 @@
+2008-02-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: Remove the -fno-inline-functions which was added becuase of
vartest.c
+ memory hogging; seems to be more or less fixed in wine and/or gcc
(though
+ you shouldn't try to build wine on a 64MB RAM box)
+
2008-01-31 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depend on wine-gecko (z-rejected) for a
pre-downloaded GECKO engine



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f53264d84a199083c414de1c3aa7b0010326aa11), Thomas Orgis, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page