diff options
author | Ken Moore <ken@ixsystems.com> | 2018-08-16 08:16:54 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-08-16 08:19:13 -0400 |
commit | aaa7241a3fc617d97663f87bc155d65fcb864ae6 (patch) | |
tree | e602701c61b0cf1f83e33a994db65ba481df0dee /src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro | |
parent | Chase even more port flavor changes in FreeBSD.... (diff) | |
download | lumina-aaa7241a3fc617d97663f87bc155d65fcb864ae6.tar.gz lumina-aaa7241a3fc617d97663f87bc155d65fcb864ae6.tar.bz2 lumina-aaa7241a3fc617d97663f87bc155d65fcb864ae6.zip |
De-activate all the hunspell integrations in lumina-text-editor.
They do not work (crash as soon as calling the hunspell library).
The hunspell functions are just commented out at the moment so that the library is not needed for the build until such time as the hunspell integration works.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro b/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro index 5ebbd9d0..a69fc0c2 100644 --- a/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro +++ b/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro @@ -27,7 +27,7 @@ SOURCES += main.cpp \ FORMS += MainUI.ui \ ColorDialog.ui -LIBS += -lhunspell-1.6 +#LIBS += -lhunspell-1.6 TRANSLATIONS = i18n/l-te_af.ts \ i18n/l-te_ar.ts \ |