projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0346d80
)
net-libs/gnutls: build with guile-2.2
author
Alon Bar-Lev
<alonbl@gentoo.org>
Mon, 7 Jan 2019 15:37:05 +0000
(17:37 +0200)
committer
Alon Bar-Lev
<alonbl@gentoo.org>
Mon, 7 Jan 2019 15:44:23 +0000
(17:44 +0200)
Signed-off-by: Alon Bar-Lev <alonbl@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
patch
|
blob
|
history
diff --git
a/net-libs/gnutls/gnutls-3.6.5.ebuild
b/net-libs/gnutls/gnutls-3.6.5.ebuild
index 7227d6e557628bd945e37faf6ba5f151e15ace1b..f8c04b9005687f50abad72e8a732f25ac63734e6 100644
(file)
--- 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() {