[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e541968349f5b85e4be5bfc9ba8e65bf4534d827)
Vlad Glagolev
scm at sourcemage.org
Fri Nov 7 15:20:47 EST 2008
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
x11-libs/wine/HISTORY | 1 +
x11-libs/wine/PRE_BUILD | 5 +++++
2 files changed, 6 insertions(+)
New commits:
commit e541968349f5b85e4be5bfc9ba8e65bf4534d827
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
wine: fixed big b0rk with missing ";" in yacc file
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 8f8fdf5..563dc52 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,5 +1,6 @@
2008-11-07 Vlad Glagolev <stealth at sourcemage.org>
* DETAILS: updated DEVEL to 1.1.8
+ * PRE_BUILD: fixed big b0rk with missing ";" in yacc file
2008-10-24 Eric Sandall <sandalle at sourcemage.org>
* DETAILS: Updated DEVEL to 1.1.7
diff --git a/x11-libs/wine/PRE_BUILD b/x11-libs/wine/PRE_BUILD
new file mode 100755
index 0000000..78a78a4
--- /dev/null
+++ b/x11-libs/wine/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# added missing ";"
+sed -i "s:NULL) :NULL); :" dlls/jscript/parser.y
More information about the SM-Commit
mailing list