0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/mindforger/app-app.pro.patch
2023-01-30 19:28:03 +00:00

14 lines
369 B
Diff

--- a/app/app.pro
+++ b/app/app.pro
@@ -165,8 +165,8 @@
# PKGCONFIG += hunspell
# hardcoded paths are (unfortunately) more robust:
- INCLUDEPATH += /usr/include/hunspell
+ INCLUDEPATH += @TERMUX_PREFIX@/include/hunspell
- LIBS += -lhunspell
+ LIBS += -lhunspell-1.7
HEADERS += \
./src/qt/spelling/dictionary_provider_hunspell.h \