diff options
Diffstat (limited to 'user/featherpad/hunspell-link.patch')
-rw-r--r-- | user/featherpad/hunspell-link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/featherpad/hunspell-link.patch b/user/featherpad/hunspell-link.patch new file mode 100644 index 000000000..8e4aec121 --- /dev/null +++ b/user/featherpad/hunspell-link.patch @@ -0,0 +1,11 @@ +--- FeatherPad-0.11.1/featherpad/featherpad.pro.old 2019-08-15 06:06:09.000000000 +0000 ++++ FeatherPad-0.11.1/featherpad/featherpad.pro 2019-08-17 20:32:55.081129885 +0000 +@@ -91,7 +91,7 @@ + } + + unix { +- LIBS += -lhunspell ++ LIBS += -lhunspell-1.7 + #TRANSLATIONS + exists($$[QT_INSTALL_BINS]/lrelease) { + TRANSLATIONS = $$system("find data/translations/ -name 'featherpad_*.ts'") |