From 9802ef6befad2a64360cc9ee86c6dd7ef8f2a46b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 3 Oct 2018 17:06:50 +0200 Subject: [PATCH] media-libs/raptor: Better configure Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- media-libs/raptor/raptor-2.0.15-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild b/media-libs/raptor/raptor-2.0.15-r1.ebuild index 55dca5e226bb..b9c2939587e1 100644 --- a/media-libs/raptor/raptor-2.0.15-r1.ebuild +++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild @@ -49,14 +49,13 @@ src_configure() { # FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn! local myeconfargs=( - --with-www=xml --with-html-dir="${EPREFIX}"/usr/share/gtk-doc/html + $(usex curl --with-www=curl --with-www=xml) $(use_enable debug) $(use_with json yajl) $(use_enable static-libs static) - $(usex unicode "--with-icu-config="${EPREFIX}"/usr/bin/icu-config" '') + $(usex unicode --with-icu-config="${EPREFIX}"/usr/bin/icu-config '') ) - use curl && myeconfargs+=( --with-www=curl ) econf "${myeconfargs[@]}" } -- 2.26.2