New commits:
commit 58755d206be952da0f893a385e17cf29541ac702
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
libmpc: Specify location of MPFR, otherwise mpc tries cross-compiling
Get this error without these flags:
configure: error: libmpfr not found or uses a different ABI (including
static vs shared).
diff --git a/libs/libmpc/DEPENDS b/libs/libmpc/DEPENDS
index bd9fef3..03eb53e 100755
--- a/libs/libmpc/DEPENDS
+++ b/libs/libmpc/DEPENDS
@@ -8,4 +8,4 @@ if spell_ok automake && is_version_less $(installed_version
automake) 1.12; then
fi &&
depends gmp &&
-depends mpfr
+depends mpfr "--with-mpfr-lib=${INSTALL_ROOT}/lib
--with-mpfr-include=${INSTALL_ROOT}/usr/include"
diff --git a/libs/libmpc/HISTORY b/libs/libmpc/HISTORY
index 0074087..c7e8ac2 100644
--- a/libs/libmpc/HISTORY
+++ b/libs/libmpc/HISTORY
@@ -1,3 +1,6 @@
+2022-12-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Specify location of MPFR, otherwise mpc tries
cross-compiling
+
2020-11-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.2.1
[SM-Commit] GIT changes to master grimoire by Eric Sandall (58755d206be952da0f893a385e17cf29541ac702),
Eric Sandall, 12/04/2022