commit: f4f368508bb7dd5ffe29a7f0184f41ae45566838 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Mon Jan 7 15:37:05 2019 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Mon Jan 7 15:44:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f36850
net-libs/gnutls: build with guile-2.2 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://bugs.gentoo.org/show_bug.cgi?id=674690 net-libs/gnutls/gnutls-3.6.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild b/net-libs/gnutls/gnutls-3.6.5.ebuild index 7227d6e5576..f8c04b90056 100644 --- a/net-libs/gnutls/gnutls-3.6.5.ebuild +++ b/net-libs/gnutls/gnutls-3.6.5.ebuild @@ -73,6 +73,11 @@ src_prepare() { # Use sane .so versioning on FreeBSD. elibtoolize + + # detect also guile-2.2, bug#673574 + # aclocal/autoreconf will require more dependencies + # that we want to have + sed -i 's/\(_guile_versions_to_search="\)\(.*\)\("\)/\1\2 2.2\3/' configure || die } multilib_src_configure() {
