mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit 5b86df4fdf4c864e1023f60e838f194c42fadfa2.
This commit is contained in:
parent
e4272f3759
commit
650f6b2bd1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user