projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb3c57
)
media-libs/zimg: Sync live ebuild
author
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 26 Oct 2019 16:03:55 +0000
(19:03 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 26 Oct 2019 16:05:41 +0000
(19:05 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
media-libs/zimg/zimg-9999.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/zimg/zimg-9999.ebuild
b/media-libs/zimg/zimg-9999.ebuild
index 2e9348c76c56e8b13abe2185534eb0427eefb14d..4e92e0eec814d94070408d3d0eac363be76c4642 100644
(file)
--- 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)
}