summaryrefslogtreecommitdiff
path: root/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtcore/qtcore-5.15.2-r2.ebuild')
-rw-r--r--dev-qt/qtcore/qtcore-5.15.2-r2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild b/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
index 7344af87a4cb..e3a3aa50ca15 100644
--- a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
@@ -7,6 +7,8 @@ QT5_MODULE="qtbase"
inherit linux-info qt5-build
DESCRIPTION="Cross-platform application development framework"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-${PV}-gcc11.patch.xz"
+
SLOT=5/$(ver_cut 1-3)
if [[ ${QT5_BUILD_TYPE} == release ]]; then
@@ -50,6 +52,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.15.1-timezone-{1,2}.patch # bug 737914
"${FILESDIR}"/${P}-fix-UB-in-QDateTime.patch # QTBUG-88656
"${FILESDIR}"/${P}-fix-alloc-mem-of-QByteArray.patch # QTBUG-87010
+ "${WORKDIR}"/qtbase-${PV}-gcc11.patch # bug 752012
)
pkg_pretend() {