Add dev-qt from an older version of the gentoo repo
Qt5 has been removed, we restore it since we still use it.
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__
|
||||
Reference in New Issue
Block a user