summaryrefslogtreecommitdiffstats
path: root/src/aspell.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-27 01:13:09 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-27 01:13:09 (GMT)
commit3f96743b43ce2897c053c509cdcad72581d3409d (patch)
tree38bb21fb298ad11ad05e113e56362a43120e5f76 /src/aspell.mk
parent03a941bfc4111b7f3880ff9f0828950a8c77105b (diff)
downloadmxe-3f96743b43ce2897c053c509cdcad72581d3409d.zip
mxe-3f96743b43ce2897c053c509cdcad72581d3409d.tar.gz
mxe-3f96743b43ce2897c053c509cdcad72581d3409d.tar.bz2
aspell: disable curses support
Diffstat (limited to 'src/aspell.mk')
-rw-r--r--src/aspell.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aspell.mk b/src/aspell.mk
index ace6107..1a6cb34 100644
--- a/src/aspell.mk
+++ b/src/aspell.mk
@@ -20,6 +20,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--enable-win32-relocatable \
+ --disable-curses \
--disable-nls
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef