summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-04-24 14:31:12 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-04-24 14:38:11 +0200
commitd36dc183c0cf94fa40d698daf6c715140e6b472d (patch)
tree4009eb8cafcfcb85d1a28142aef7b79f42d263f8 /media-libs/aubio
parentdev-php/symfony-config: add missing symfony-filesystem dependency. (diff)
downloadgentoo-d36dc183c0cf94fa40d698daf6c715140e6b472d.tar.gz
gentoo-d36dc183c0cf94fa40d698daf6c715140e6b472d.tar.bz2
gentoo-d36dc183c0cf94fa40d698daf6c715140e6b472d.zip
media-libs/aubio: Fixed build with USE="doc" (bug #612084).
Fix taken from seden overlay. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/aubio')
-rw-r--r--media-libs/aubio/aubio-0.4.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/aubio/aubio-0.4.5.ebuild b/media-libs/aubio/aubio-0.4.5.ebuild
index 15673419b955..f7f10c20a7a8 100644
--- 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/dirhtml/.
fi
}