projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89dd771
)
media-libs/aubio: Fixed build with USE="doc" (bug #612084).
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 24 Apr 2017 12:31:12 +0000
(14:31 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 24 Apr 2017 12:38:11 +0000
(14:38 +0200)
Fix taken from seden overlay.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-libs/aubio/aubio-0.4.5.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/aubio/aubio-0.4.5.ebuild
b/media-libs/aubio/aubio-0.4.5.ebuild
index 15673419b9555a27e472c8441d39d31d58c1a992..f7f10c20a7a847d8579109d2322c1a858cd43025 100644
(file)
--- a/
media-libs/aubio/aubio-0.4.5.ebuild
+++ b/
media-libs/aubio/aubio-0.4.5.ebuild
@@
-70,7
+70,7
@@
src_compile() {
if use doc; then
cd "${S}"/doc || die
- doxygen full.cfg || die
+ emake dirhtml
fi
if use python ; then
@@
-105,6
+105,6
@@
src_install() {
if use doc; then
dodoc doc/*.txt
docinto html
- dodoc -r doc/
full/
html/.
+ dodoc -r doc/
_build/dir
html/.
fi
}