mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-qt/qtquick3d: fix build with x32 abi
Have not tested myself, but this is harmless. Closes: https://bugs.gentoo.org/926094 Thanks-to: Andrii Batyiev Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
12
dev-qt/qtquick3d/files/qtquick3d-6.6.2-x32abi.patch
Normal file
12
dev-qt/qtquick3d/files/qtquick3d-6.6.2-x32abi.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
https://bugs.gentoo.org/926094
|
||||
https://bugreports.qt.io/browse/QTBUG-122955
|
||||
|
||||
https://bugs.gentoo.org/926093
|
||||
https://github.com/embree/embree/issues/477
|
||||
--- a/src/3rdparty/embree/common/sys/platform.h
|
||||
+++ b/src/3rdparty/embree/common/sys/platform.h
|
||||
@@ -34,3 +34,3 @@
|
||||
/* detect 64 bit platform */
|
||||
-#if defined(__X86_64__) || defined(__aarch64__)
|
||||
+#if (defined(__X86_64__) || defined(__aarch64__)) && ! defined(__ILP32__)
|
||||
#define __64BIT__
|
||||
@@ -31,6 +31,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-6.6.2-gcc14.patch
|
||||
"${FILESDIR}"/${PN}-6.6.2-x32abi.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
|
||||
@@ -31,6 +31,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-6.6.2-gcc14.patch
|
||||
"${FILESDIR}"/${PN}-6.6.2-x32abi.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
|
||||
@@ -31,6 +31,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-6.6.2-gcc14.patch
|
||||
"${FILESDIR}"/${PN}-6.6.2-x32abi.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
|
||||
@@ -31,6 +31,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-6.6.2-gcc14.patch
|
||||
"${FILESDIR}"/${PN}-6.6.2-x32abi.patch
|
||||
)
|
||||
|
||||
CMAKE_SKIP_TESTS=(
|
||||
|
||||
Reference in New Issue
Block a user