aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-08-16 08:16:54 -0400
committerKen Moore <ken@ixsystems.com>2018-08-16 08:19:13 -0400
commitaaa7241a3fc617d97663f87bc155d65fcb864ae6 (patch)
treee602701c61b0cf1f83e33a994db65ba481df0dee /src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro
parentChase even more port flavor changes in FreeBSD.... (diff)
downloadlumina-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.pro2
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 \
bgstack15