x11-terms/kitty: tentatively drop -mxop workaround

Patched in simde instead, if was affected may want to report on
the upstream bug for whether the fix works as expected or not.

Bug: https://bugs.gentoo.org/926959
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2024-03-25 08:53:37 -04:00
parent bdb2708e6f
commit 3cea96e7e0
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 2 additions and 8 deletions

View File

@ -60,7 +60,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
amd64? ( dev-libs/simde )
amd64? ( >=dev-libs/simde-0.8.0-r1 )
arm64? ( dev-libs/simde )
x86? ( dev-libs/simde )
X? (
@ -145,9 +145,6 @@ src_compile() {
printf %s "${CFLAGS}"
)
# workaround simde bug with -mxop (bug #926959)
append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1
local conf=(
--disable-link-time-optimization
--ignore-compiler-warnings

View File

@ -60,7 +60,7 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
amd64? ( dev-libs/simde )
amd64? ( >=dev-libs/simde-0.8.0-r1 )
arm64? ( dev-libs/simde )
x86? ( dev-libs/simde )
X? (
@ -145,9 +145,6 @@ src_compile() {
printf %s "${CFLAGS}"
)
# workaround simde bug with -mxop (bug #926959)
append-cppflags -DSIMDE_X86_XOP_NO_NATIVE=1
local conf=(
--disable-link-time-optimization
--ignore-compiler-warnings