aboutsummarylogtreecommitdiffstats
path: root/0012-Fix-linking-against-static-harfbuzz.patch
diff options
context:
space:
mode:
Diffstat (limited to '0012-Fix-linking-against-static-harfbuzz.patch')
-rw-r--r--0012-Fix-linking-against-static-harfbuzz.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/0012-Fix-linking-against-static-harfbuzz.patch b/0012-Fix-linking-against-static-harfbuzz.patch
index 8458a11db585..91364f8ce46b 100644
--- a/0012-Fix-linking-against-static-harfbuzz.patch
+++ b/0012-Fix-linking-against-static-harfbuzz.patch
@@ -1,19 +1,19 @@
-From 3b6fa1aeceb994d9d845f6de533c6c1517e56ab8 Mon Sep 17 00:00:00 2001
+From 38b3a06ebd65bab1765c95537eb8503286e31754 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 14:22:56 +0200
-Subject: [PATCH 12/31] Fix linking against static harfbuzz
+Subject: [PATCH 12/33] Fix linking against static harfbuzz
---
src/gui/configure.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/gui/configure.json b/src/gui/configure.json
-index b000d00801..5ba7fa26ae 100644
+index 27f8257c18..1a87110831 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
-@@ -133,7 +133,11 @@
- "label": "HarfBuzz",
- "test": "unix/harfbuzz",
+@@ -221,7 +221,11 @@
+ ]
+ },
"sources": [
- "-lharfbuzz"
+ { "type": "pkgConfig", "args": "--static --libs harfbuzz", "condition": "!features.shared" },
@@ -25,5 +25,5 @@ index b000d00801..5ba7fa26ae 100644
},
"imf": {
--
-2.13.2
+2.14.2