projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00db46a
)
media-libs/aubio: Fixed build with USE="-doc"
author
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 20 Feb 2019 15:08:03 +0000
(16:08 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 20 Feb 2019 15:08:03 +0000
(16:08 +0100)
Closes: https://bugs.gentoo.org/678220
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-libs/aubio/aubio-0.4.9.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/aubio/aubio-0.4.9.ebuild
b/media-libs/aubio/aubio-0.4.9.ebuild
index 89c6112ddc2c7e0f6bb3af403d783b8d6793b774..657b2bcec037f8b8258e51a31f061c9e3a9574c6 100644
(file)
--- a/
media-libs/aubio/aubio-0.4.9.ebuild
+++ b/
media-libs/aubio/aubio-0.4.9.ebuild
@@
-62,6
+62,7
@@
src_configure() {
local mywafconfargs=(
--enable-complex
--docdir="${EPREFIX}"/usr/share/doc/${PF}
+ $(use_enable doc docs)
$(use_enable double-precision double)
$(use_enable fftw fftw3)
$(use_enable ffmpeg avcodec)