ports/deskutils/mindforger/files/patch-app_app.pro
Alexey Dokuchaev 864a1f86fa deskutils/mindforger: update the port to version 1.54.0
Apply a minor fix so that correct version would be reported in the About
dialog and window title (the tree had been tagged for the release before
the fix had been committed to the master).

Reported by:	portscout
2022-03-10 04:01:06 +00:00

18 lines
544 B
Prolog

--- app/app.pro.orig 2022-01-09 17:09:45 UTC
+++ app/app.pro
@@ -160,13 +160,8 @@ macx {
./src/qt/spelling/dictionary_provider_voikko.cpp
} else:unix {
- # pkgconfig-based configuration does not work @ Ubuntu
- # 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 \