Skip to content

Commit

Permalink
dev-qt/qtbase: add missing include, bug 938475
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/938475
Signed-off-by: Maciej Mrozowski <[email protected]>
  • Loading branch information
reavertm committed Aug 25, 2024
1 parent e894079 commit 46642f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev-qt/qtbase/files/qtbase-6.7.2-qcontiguouscache.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff '--color=auto' -ruN qtbase-everywhere-src-6.7.2/src/corelib/tools/qcontiguouscache.h my/src/corelib/tools/qcontiguouscache.h
--- qtbase-everywhere-src-6.7.2/src/corelib/tools/qcontiguouscache.h 2024-05-07 01:06:44.000000000 +0200
+++ my/src/corelib/tools/qcontiguouscache.h 2024-08-25 18:20:13.958793266 +0200
@@ -8,6 +8,7 @@
#include <QtCore/qassert.h>
#include <QtCore/qtclasshelpermacros.h>
#include <QtCore/qtcoreexports.h>
+#include <QtCore/qglobal.h>
#include <QtCore/qtypeinfo.h>

#include <climits>
1 change: 1 addition & 0 deletions dev-qt/qtbase/qtbase-6.7.2-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.7.2-gcc15-odr.patch
"${FILESDIR}"/${PN}-6.7.2-float16-sse2.patch
"${FILESDIR}"/${PN}-6.7.2-qwindowprivate-crash.patch
"${FILESDIR}"/${PN}-6.7.2-qcontiguouscache.patch
)

src_prepare() {
Expand Down

0 comments on commit 46642f1

Please sign in to comment.