summaryrefslogtreecommitdiff
path: root/dev-qt/qtquick3d/files/qtquick3d-6.6.2-x32abi.patch
blob: 981f2f87b3c64c8e796bb0b0a9ea1ae5e4571013 (plain)
1
2
3
4
5
6
7
8
9
10
11
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__