New commits:
commit 033997a49651675c065b59201b042fe576b95f7f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
elinks: fixed compilation of git version with lua support
diff --git a/http/elinks/HISTORY b/http/elinks/HISTORY
index d4c4978..c780f4f 100644
--- a/http/elinks/HISTORY
+++ b/http/elinks/HISTORY
@@ -1,3 +1,6 @@
+2010-06-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed compilation of vcs version with lua dependency on
+
2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/http/elinks/PRE_BUILD b/http/elinks/PRE_BUILD
index c19c6cb..40be4f5 100755
--- a/http/elinks/PRE_BUILD
+++ b/http/elinks/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-if is_depends_enabled $SPELL lua; then
+if is_depends_enabled $SPELL lua && [[ $ELINKS_VCS != y ]]; then
patch -p0 < "$SPELL_DIRECTORY/lua51.patch"
fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (033997a49651675c065b59201b042fe576b95f7f),
Vlad Glagolev, 06/06/2010