New commits:
commit 53508017dd2eb9ae01c1c854edeb3160c0466cee
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
diff --git a/x11-libs/wine/CONFIGURE b/x11-libs/wine/CONFIGURE
index a881b15..281dd93 100755
--- a/x11-libs/wine/CONFIGURE
+++ b/x11-libs/wine/CONFIGURE
@@ -5,4 +5,6 @@ if [[ "${ARCH}" = 'x86_64' ]]; then
message "an attempt will be made to build a 32bit Wine, which will fail if
you" &&
message "do not have a multilib system." &&
config_query_option WINE64 'Build a 64bit Wine?' n '--enable-win64
--enable-maintainer-mode' ''
-fi
+fi &&
+
+config_query WINE_SC2_LOGIN "Apply StarCraft II login bug patch?" n
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 29301f2..f763543 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,10 @@
+2010-05-06 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Query to apply StarCraft II login bug patch
+ * PRE_BUILD: Apply sc2-login.diff
+ * sc2-login.diff: StarCraft II login bug patch
+ See http://appdb.winehq.org/objectManager.php?sClass=version&iId=19376
+ http://www.winehq.org/pipermail/wine-patches/2010-March/085817.html
+
2010-04-26 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Possibly better fix allowing '-mfpmath=sse'