Skip to Content.
Sympa Menu

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

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 (033997a49651675c065b59201b042fe576b95f7f)
  • Date: Sun, 6 Jun 2010 05:27:25 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/elinks/HISTORY | 3 +++
http/elinks/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page