Skip to Content.
Sympa Menu

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

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 (6f19afbb01bb2e3e28657cd365f932fbe242f7d3)
  • Date: Fri, 15 Jun 2012 07:57:31 -0500

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

libs/libmpc/DEPENDS | 7 +++++++
libs/libmpc/HISTORY | 3 +++
2 files changed, 10 insertions(+)

New commits:
commit 6f19afbb01bb2e3e28657cd365f932fbe242f7d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libmpc: fixed build failure if automake less than 1.12 is found. this is
required if you need to compile the basic toolchain first (for example after
changing archspecs)

diff --git a/libs/libmpc/DEPENDS b/libs/libmpc/DEPENDS
index ac63329..bd9fef3 100755
--- a/libs/libmpc/DEPENDS
+++ b/libs/libmpc/DEPENDS
@@ -1,4 +1,11 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends autoconf &&
depends automake &&
+
+if spell_ok automake && is_version_less $(installed_version automake) 1.12;
then
+ force_depends automake
+fi &&
+
depends gmp &&
depends mpfr
diff --git a/libs/libmpc/HISTORY b/libs/libmpc/HISTORY
index 90ee622..631fdcd 100644
--- a/libs/libmpc/HISTORY
+++ b/libs/libmpc/HISTORY
@@ -1,3 +1,6 @@
+2012-06-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed build when automake < 1.12 is installed
+
2012-06-14 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, to recast on mpfr update to prevent some linking
errors after in gcc (mpfr_get_z_exp) if it was on hold



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6f19afbb01bb2e3e28657cd365f932fbe242f7d3), Vlad Glagolev, 06/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page