Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e541968349f5b85e4be5bfc9ba8e65bf4534d827)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e541968349f5b85e4be5bfc9ba8e65bf4534d827)
  • Date: Fri, 7 Nov 2008 14:20:47 -0600

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




Archive powered by MHonArc 2.6.24.

Top of Page