summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-03 17:06:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-03 17:06:50 +0200
commit9802ef6befad2a64360cc9ee86c6dd7ef8f2a46b (patch)
tree8e86e7ed2296debc6572ab0fb43f053b0e7346e6
parentmedia-libs/raptor: Drop 2.0.15 (r0) (diff)
downloadgentoo-9802ef6b.tar.gz
gentoo-9802ef6b.tar.bz2
gentoo-9802ef6b.zip
media-libs/raptor: Better configure
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
-rw-r--r--media-libs/raptor/raptor-2.0.15-r1.ebuild5
1 files 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[@]}"
}