diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-03-10 04:01:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-03-10 04:01:06 +0000 |
commit | 864a1f86fa20ecd88eec31e8b8bf02edfeef66f9 (patch) | |
tree | 7e3fbf15c03afc683035742a4f3fc4f2b341a50f /deskutils/mindforger/files/patch-app_app.pro | |
parent | graphics/mesa-devel: update to 21.4.b.1237 (diff) |
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
Diffstat (limited to 'deskutils/mindforger/files/patch-app_app.pro')
-rw-r--r-- | deskutils/mindforger/files/patch-app_app.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/mindforger/files/patch-app_app.pro b/deskutils/mindforger/files/patch-app_app.pro index 07e4ced9de25..dba5719015cd 100644 --- a/deskutils/mindforger/files/patch-app_app.pro +++ b/deskutils/mindforger/files/patch-app_app.pro @@ -1,13 +1,14 @@ ---- app/app.pro.orig 2021-12-26 14:16:12 UTC +--- app/app.pro.orig 2022-01-09 17:09:45 UTC +++ app/app.pro -@@ -137,12 +137,8 @@ macx { +@@ -160,13 +160,8 @@ macx { ./src/qt/spelling/dictionary_provider_voikko.cpp } else:unix { -- # pkgconfig-based configuration does not work @ Ubuntu distribution build +- # pkgconfig-based configuration does not work @ Ubuntu - # CONFIG += link_pkgconfig - # PKGCONFIG += hunspell -- # hardcoded paths are unfortunately more robust: +- +- # hardcoded paths are (unfortunately) more robust: - INCLUDEPATH += /usr/include/hunspell - LIBS += -lhunspell + CONFIG += link_pkgconfig |