summaryrefslogtreecommitdiff
path: root/deskutils/mindforger/files/patch-app_app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/mindforger/files/patch-app_app.pro')
-rw-r--r--deskutils/mindforger/files/patch-app_app.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/deskutils/mindforger/files/patch-app_app.pro b/deskutils/mindforger/files/patch-app_app.pro
new file mode 100644
index 000000000000..07e4ced9de25
--- /dev/null
+++ b/deskutils/mindforger/files/patch-app_app.pro
@@ -0,0 +1,17 @@
+--- app/app.pro.orig 2021-12-26 14:16:12 UTC
++++ app/app.pro
+@@ -137,12 +137,8 @@ macx {
+ ./src/qt/spelling/dictionary_provider_voikko.cpp
+
+ } else:unix {
+- # pkgconfig-based configuration does not work @ Ubuntu distribution build
+- # CONFIG += link_pkgconfig
+- # PKGCONFIG += hunspell
+- # hardcoded paths are unfortunately more robust:
+- INCLUDEPATH += /usr/include/hunspell
+- LIBS += -lhunspell
++ CONFIG += link_pkgconfig
++ PKGCONFIG += hunspell
+
+ HEADERS += \
+ ./src/qt/spelling/dictionary_provider_hunspell.h \