upstream replaced guile.m4 and did not use it correctly.
for now, hack this to detect guile-2.0.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=676402
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
# Use sane .so versioning on FreeBSD.
elibtoolize
+
+ # detect also guile-2.2, bug#676402
+ # aclocal/autoreconf will require more dependencies
+ # that we want to have
+ sed -i 's/_guile_required_version=2.2$/_guile_required_version=2.0/' configure || die
}
multilib_src_configure() {