summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-05 12:21:30 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-05 12:27:22 -0500
commitd45ac99ad6b03ed9c344ba6a0f0dcec98e29e955 (patch)
tree8fbe273126a01f68ab713363a065a4457b5a77cd /x11-libs
parentmedia-libs/libva-intel-media-driver: Version bump to 24.4.2 (diff)
downloadgentoo-d45ac99ad6b03ed9c344ba6a0f0dcec98e29e955.tar.gz
gentoo-d45ac99ad6b03ed9c344ba6a0f0dcec98e29e955.tar.bz2
gentoo-d45ac99ad6b03ed9c344ba6a0f0dcec98e29e955.zip
x11-libs/pixman: Remove outdated arm/arm64 clang workaround
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pixman/pixman-9999.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
index 281465208894..e8d71e4e8d4d 100644
--- a/x11-libs/pixman/pixman-9999.ebuild
+++ b/x11-libs/pixman/pixman-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
fi
-inherit ${GIT_ECLASS} flag-o-matic meson-multilib multiprocessing toolchain-funcs
+inherit ${GIT_ECLASS} meson-multilib multiprocessing toolchain-funcs
DESCRIPTION="Low-level pixel manipulation routines"
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
@@ -32,11 +32,6 @@ pkg_setup() {
}
multilib_src_configure() {
- if ( use arm || use arm64 ) && tc-is-clang ; then
- # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46
- append-cflags $(test-flags-CC -fno-integrated-as)
- fi
-
local emesonargs=(
$(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
$(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)