x11-libs/pixman: Sync with Gentoo

It's from Gentoo commit 5b86df4fdf4c864e1023f60e838f194c42fadfa2.
This commit is contained in:
Flatcar Buildbot 2023-01-23 07:23:21 +00:00 committed by Krzesimir Nowak
parent e4272f3759
commit 650f6b2bd1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@ -34,7 +34,7 @@ pkg_setup() {
} }
multilib_src_configure() { multilib_src_configure() {
if use arm && tc-is-clang ; then if ( use arm || use arm64 ) && tc-is-clang ; then
# See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46 # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46
append-cflags $(test-flags-CC -fno-integrated-as) append-cflags $(test-flags-CC -fno-integrated-as)
fi fi

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
@ -34,7 +34,7 @@ pkg_setup() {
} }
multilib_src_configure() { multilib_src_configure() {
if use arm && tc-is-clang ; then if ( use arm || use arm64 ) && tc-is-clang ; then
# See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46 # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46
append-cflags $(test-flags-CC -fno-integrated-as) append-cflags $(test-flags-CC -fno-integrated-as)
fi fi