summaryrefslogtreecommitdiff
path: root/deskutils/mindforger/files/patch-app_app.pro
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-01-07 19:32:00 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-01-07 19:32:00 +0000
commitee1e583c052fe0d178e8494a879abe85659c1b87 (patch)
tree2c73aa636ff4f320decc900a218ac8005a74c17d /deskutils/mindforger/files/patch-app_app.pro
parentnet/haproxy: update to version 2.4.11. (diff)
deskutils/mindforger: update the port to version 1.53.0
GC most of the patches that had been integrated upstream.
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 \