Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 891459
Collapse All | Expand All

(-)a/x11-libs/pixman/pixman-9999.ebuild (-2 / +1 lines)
Lines 34-40 pkg_setup() { Link Here
34
}
34
}
35
35
36
multilib_src_configure() {
36
multilib_src_configure() {
37
	if use arm && tc-is-clang ; then
37
	if ( use arm || use arm64 ) && tc-is-clang ; then
38
		# See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46
38
		# See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46
39
		append-cflags $(test-flags-CC -fno-integrated-as)
39
		append-cflags $(test-flags-CC -fno-integrated-as)
40
	fi
40
	fi
41
- 

Return to bug 891459