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

Vlad Glagolev scm at sourcemage.org
Fri Jun 15 08:57:31 EDT 2012


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


More information about the SM-Commit mailing list