aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-base/fix-system-pcre2.patch
blob: 5e8d4616e872e10e2edfe93448cc4edf2e182058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -Naur a/src/corelib/configure.json b/src/corelib/configure.json
--- a/src/corelib/configure.json	2018-06-15 03:29:31.000000000 -0400
+++ b/src/corelib/configure.json	2018-08-23 00:46:04.380187100 -0400
@@ -177,7 +177,12 @@
             },
             "sources": [
                 { "type": "pkgConfig", "args": "libpcre2-16" },
-                "-lpcre2-16"
+                {
+                    "builds": {
+                        "debug": "-lpcre2-16d",
+                        "release": "-lpcre2-16"
+                    }
+                }
             ]
         },
         "pps": {