summarylogtreecommitdiffstats
path: root/pkgconfig-enchant-2.patch
diff options
context:
space:
mode:
authorYen Chi Hsuan2018-01-22 22:56:57 +0800
committerYen Chi Hsuan2018-01-22 22:56:57 +0800
commite61d26228f7421c1e45172d67dfa2cd97740ca38 (patch)
tree0cbad5b1bab4033f240f9a103eb71ebf049eb7f3 /pkgconfig-enchant-2.patch
parent42cc417a1edb3f36eef984a12f9f059f242ea19b (diff)
downloadaur-e61d26228f7421c1e45172d67dfa2cd97740ca38.tar.gz
enable parallel builds
Suggested in #15. Not tested yet.
Diffstat (limited to 'pkgconfig-enchant-2.patch')
-rw-r--r--pkgconfig-enchant-2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig-enchant-2.patch b/pkgconfig-enchant-2.patch
new file mode 100644
index 000000000000..f315f661be35
--- /dev/null
+++ b/pkgconfig-enchant-2.patch
@@ -0,0 +1,11 @@
+--- webkitgtk-2.4.11/Source/autotools/FindDependencies.m4.orig 2018-01-19 23:47:23.866875328 +0800
++++ webkitgtk-2.4.11/Source/autotools/FindDependencies.m4 2018-01-19 23:47:34.543576202 +0800
+@@ -154,7 +154,7 @@
+ AC_SUBST(PANGO_LIBS)
+
+ if test "$enable_spellcheck" = "yes"; then
+- PKG_CHECK_MODULES(ENCHANT, enchant >= enchant_required_version, [], [enable_spellcheck="no"])
++ PKG_CHECK_MODULES(ENCHANT, enchant-2 >= enchant_required_version, [], [enable_spellcheck="no"])
+ AC_SUBST(ENCHANT_CFLAGS)
+ AC_SUBST(ENCHANT_LIBS)
+ fi