mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/lcms: fix threads configure argument
It shouldn't actually matter as it's default on anyway, but
let's revbump to be safe.
Closes: https://bugs.gentoo.org/879299
Fixes: 82e6a754f1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -35,7 +35,7 @@ src_prepare() {
|
||||
|
||||
multilib_src_configure() {
|
||||
local myeconfargs=(
|
||||
--enable-threads
|
||||
--with-threads
|
||||
$(use_with jpeg)
|
||||
$(use_enable static-libs static)
|
||||
$(use_with tiff)
|
||||
Reference in New Issue
Block a user