From 69e9d5d1cee837cd46bbd7eebf8a4a9c1ad700f3 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 26 Oct 2019 19:03:55 +0300 Subject: [PATCH] media-libs/zimg: Sync live ebuild Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- media-libs/zimg/zimg-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild index 2e9348c76c56..4e92e0eec814 100644 --- a/media-libs/zimg/zimg-9999.ebuild +++ b/media-libs/zimg/zimg-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg" LICENSE="WTFPL-2" SLOT="0" -IUSE="cpu_flags_x86_sse" +IUSE="cpu_flags_x86_sse debug static-libs" src_prepare() { default @@ -27,6 +27,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - --disable-static \ - $(use_enable cpu_flags_x86_sse x86simd) + $(use_enable debug) \ + $(use_enable cpu_flags_x86_sse x86simd) \ + $(use_enable static-libs static) } -- 2.26.2