Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (f527330943ee52b3fc9eb473a6165e797b9034fa)

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 stable-rc-0.61 grimoire by Vlad Glagolev (f527330943ee52b3fc9eb473a6165e797b9034fa)
  • Date: Fri, 15 Jun 2012 07:57:31 -0500

GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

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

New commits:
commit f527330943ee52b3fc9eb473a6165e797b9034fa
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)
(cherry picked from commit 6f19afbb01bb2e3e28657cd365f932fbe242f7d3)

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 stable-rc-0.61 grimoire by Vlad Glagolev (f527330943ee52b3fc9eb473a6165e797b9034fa), Vlad Glagolev, 06/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page