summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Chantziaras <realnc@gmail.com>2020-09-20 16:15:06 +0300
committerMiroslav Šulc <fordfrog@gentoo.org>2020-09-20 15:37:20 +0200
commit14773c2ab73b5b9a1c69cc418cc06d5458fefc61 (patch)
treeeb888a106fded865454f2700bbcda1bc8db4bd35 /media-libs/rubberband
parentpackage.mask: Last rite media-tv/plex-media-server (diff)
downloadgentoo-14773c2ab73b5b9a1c69cc418cc06d5458fefc61.tar.gz
gentoo-14773c2ab73b5b9a1c69cc418cc06d5458fefc61.tar.bz2
gentoo-14773c2ab73b5b9a1c69cc418cc06d5458fefc61.zip
media-libs/rubberband: use --disable/enable autoconf flags in 1.9.0
Closes: https://bugs.gentoo.org/743733 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Nikos Chantziaras <realnc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17614 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r--media-libs/rubberband/rubberband-1.9.0.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/rubberband/rubberband-1.9.0.ebuild b/media-libs/rubberband/rubberband-1.9.0.ebuild
index 40bdbdaeeb76..97b291d58908 100644
--- a/media-libs/rubberband/rubberband-1.9.0.ebuild
+++ b/media-libs/rubberband/rubberband-1.9.0.ebuild
@@ -41,11 +41,10 @@ src_prepare() {
}
multilib_src_configure() {
- econf WITH_PROGRAMS=$(usex programs) WITH_LADSPA=$(usex ladspa) WITH_VAMP=$(usex vamp)
-}
-
-multilib_src_compile() {
- emake WITH_PROGRAMS=$(usex programs) WITH_LADSPA=$(usex ladspa) WITH_VAMP=$(usex vamp)
+ econf \
+ $(use_enable programs ) \
+ $(use_enable ladspa ) \
+ $(use_enable vamp )
}
multilib_src_install() {