summarylogtreecommitdiffstats
path: root/0003-Fix-using-static-PCRE2-and-DBus-1.patch
diff options
context:
space:
mode:
authorMartchus2021-10-02 12:37:23 +0200
committerMartchus2021-10-02 12:37:23 +0200
commit2964fa6af356c0594634beb56a9d0b7bf24eae48 (patch)
tree53d3343c47625b56d611550be0decfaff8b6de6a /0003-Fix-using-static-PCRE2-and-DBus-1.patch
parentd32d514e8565ea1a711c2f6d6da7f33e89bcfc66 (diff)
downloadaur-2964fa6af356c0594634beb56a9d0b7bf24eae48.tar.gz
Update to 6.2.0
Diffstat (limited to '0003-Fix-using-static-PCRE2-and-DBus-1.patch')
-rw-r--r--0003-Fix-using-static-PCRE2-and-DBus-1.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0003-Fix-using-static-PCRE2-and-DBus-1.patch b/0003-Fix-using-static-PCRE2-and-DBus-1.patch
index f6877b16bcca..6846c84c30c3 100644
--- a/0003-Fix-using-static-PCRE2-and-DBus-1.patch
+++ b/0003-Fix-using-static-PCRE2-and-DBus-1.patch
@@ -1,4 +1,4 @@
-From 2c85dbecb544e4550587a11df9465c0c662ceaf0 Mon Sep 17 00:00:00 2001
+From 62540d952c458408ee502168821aaeec1762c2e3 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Thu, 5 Nov 2020 21:13:19 +0100
Subject: [PATCH 3/8] Fix using static PCRE2 and DBus-1
@@ -13,7 +13,7 @@ Change-Id: I2387b79462b6d183b71f9433dd937f63fc7ef26e
2 files changed, 9 insertions(+)
diff --git a/src/corelib/text/qregularexpression.cpp b/src/corelib/text/qregularexpression.cpp
-index 72079c1996..42007502af 100644
+index e055ae064a..6111bf6248 100644
--- a/src/corelib/text/qregularexpression.cpp
+++ b/src/corelib/text/qregularexpression.cpp
@@ -53,6 +53,11 @@