diff options
author | 2022-03-01 01:11:50 +0000 | |
---|---|---|
committer | 2022-03-01 01:11:50 +0000 | |
commit | 7446738c774c10fed10f3336d879af5583d93891 (patch) | |
tree | 17739f5b360b643146d0b5dbe62f70542fa2b354 /dev-libs/imath | |
parent | media-libs/openexr: drop broken static-libs (diff) | |
download | gentoo-7446738c774c10fed10f3336d879af5583d93891.tar.gz gentoo-7446738c774c10fed10f3336d879af5583d93891.tar.bz2 gentoo-7446738c774c10fed10f3336d879af5583d93891.zip |
dev-libs/imath: drop broken static-libs
It forces off building of shared libs(!) and it
doesn't work anyway (underlinked against zlib, for
a start).
Reported-by: hiyori
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.1.4-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild b/dev-libs/imath/imath-3.1.4-r3.ebuild index a6271c68dd3f..32a4e1bd3c33 100644 --- a/dev-libs/imath/imath-3.1.4-r3.ebuild +++ b/dev-libs/imath/imath-3.1.4-r3.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="3/29" -IUSE="doc large-stack python static-libs test" +IUSE="doc large-stack python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -51,7 +51,6 @@ pkg_setup() { src_configure() { local mycmakeargs=( - -DBUILD_SHARED_LIBS=$(usex !static-libs) -DDOCS=$(usex doc) -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack) -DIMATH_HALF_USE_LOOKUP_TABLE=ON |