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:
2026-07-03 09:45:00 +02:00
parent 2247967dd3
commit d21535e7cb
586 changed files with 30139 additions and 0 deletions

View 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__