aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-base/fix-system-pcre2.patch
diff options
context:
space:
mode:
authorBarath Kannan <barathsotd@gmail.com>2018-01-18 10:02:56 +1100
committerBarath Kannan <barathsotd@gmail.com>2018-01-18 10:02:56 +1100
commitca9ff199d6024fa0ef26abcba920928215d77f38 (patch)
tree090368bba576081970d8481628a8fea4ceda9433 /ports/qt5-base/fix-system-pcre2.patch
parentc30363d07b3f64b5f38531442ea92d9c1cf81d13 (diff)
downloadvcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.tar.gz
vcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.zip
append hyphen to qt5 module names
Diffstat (limited to 'ports/qt5-base/fix-system-pcre2.patch')
-rw-r--r--ports/qt5-base/fix-system-pcre2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/qt5-base/fix-system-pcre2.patch b/ports/qt5-base/fix-system-pcre2.patch
new file mode 100644
index 000000000..be401d448
--- /dev/null
+++ b/ports/qt5-base/fix-system-pcre2.patch
@@ -0,0 +1,18 @@
+diff --git a/src/corelib/configure.json b/src/corelib/configure.json
+index a5b69a2..01c5cde 100644
+--- a/src/corelib/configure.json
++++ b/src/corelib/configure.json
+@@ -159,7 +159,12 @@
+ ]
+ },
+ "sources": [
+- "-lpcre2-16"
++ {
++ "builds": {
++ "debug": "-lpcre2-16d",
++ "release": "-lpcre2-16"
++ }
++ }
+ ]
+ },
+ "pps": {