From: Alon Bar-Lev Date: Sun, 27 Jan 2019 18:33:01 +0000 (+0200) Subject: net-libs/gnutls: hack guile detection X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2330eee0938dcc2520fe161953ee75a9d9cdf29b;p=gentoo.git net-libs/gnutls: hack guile detection 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 Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/net-libs/gnutls/gnutls-3.6.6.ebuild b/net-libs/gnutls/gnutls-3.6.6.ebuild index 9070aaa4a3cc..ea49105d00bb 100644 --- a/net-libs/gnutls/gnutls-3.6.6.ebuild +++ b/net-libs/gnutls/gnutls-3.6.6.ebuild @@ -73,6 +73,11 @@ src_prepare() { # 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() {