projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d28e5cb
)
dev-cpp/libcmis: use more recent sys-devel/boost-m4
author
David Seifert
<soap@gentoo.org>
Mon, 28 Mar 2016 16:24:18 +0000
(18:24 +0200)
committer
David Seifert
<soap@gentoo.org>
Mon, 28 Mar 2016 16:24:18 +0000
(18:24 +0200)
Gentoo-Bug: 569614
Package-Manager: portage-2.2.28
dev-cpp/libcmis/libcmis-0.5.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-cpp/libcmis/libcmis-0.5.1.ebuild
b/dev-cpp/libcmis/libcmis-0.5.1.ebuild
index 854d1a07f7f87a15ebf3b8d066b211d21a2130b2..982389e0cbcb76c0505c954761812abd893c1a5c 100644
(file)
--- a/
dev-cpp/libcmis/libcmis-0.5.1.ebuild
+++ b/
dev-cpp/libcmis/libcmis-0.5.1.ebuild
@@
-29,6
+29,7
@@
COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
+ >=sys-devel/boost-m4-0.4_p20160328
man? (
app-text/docbook2X
dev-libs/libxslt
@@
-46,13
+47,15
@@
RDEPEND="${COMMON_DEPEND}
"
src_prepare() {
- eapply_user
+ default
+ # fixes bug 569614, which is due to an outdated bundled boost.m4
+ rm m4/boost.m4 || die
+
eautoreconf
}
src_configure() {
econf \
- --docdir="${EPREFIX}"/usr/share/doc/${PF} \
--program-suffix=-${SLOT} \
--disable-werror \
$(use_with man) \