diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-27 20:33:01 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-01-27 20:34:49 +0200 |
commit | 2330eee0938dcc2520fe161953ee75a9d9cdf29b (patch) | |
tree | 1f32b22673ad0e26a1e2812d151702d0bfb67ce5 /net-libs | |
parent | sys-libs/db: add mirror://gentoo to SRC_URI (diff) | |
download | gentoo-2330eee0938dcc2520fe161953ee75a9d9cdf29b.tar.gz gentoo-2330eee0938dcc2520fe161953ee75a9d9cdf29b.tar.bz2 gentoo-2330eee0938dcc2520fe161953ee75a9d9cdf29b.zip |
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 <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-3.6.6.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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() { |