commit: 7446738c774c10fed10f3336d879af5583d93891
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 01:11:50 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 01:11:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7446738c
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 <AT> gentoo.org>
dev-libs/imath/imath-3.1.4-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 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