summaryrefslogtreecommitdiff
path: root/mythes/ExternalProject_mythes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mythes/ExternalProject_mythes.mk')
-rw-r--r--mythes/ExternalProject_mythes.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk
index 1d2ab7bc8668..b146823c6f5a 100644
--- a/mythes/ExternalProject_mythes.mk
+++ b/mythes/ExternalProject_mythes.mk
@@ -21,10 +21,8 @@ $(call gb_ExternalProject_get_state_target,mythes,build):
cd $(EXTERNAL_WORKDIR) \
&& ./configure --disable-shared --with-pic \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
- $(if $(filter NO,$(SYSTEM_HUNSPELL)), \
- HUNSPELL_CFLAGS="-I$(call gb_UnpackedTarball_get_dir,hunspell/src/hunspell)" \
- HUNSPELL_LIBS="-L$(OUTDIR)/lib -lhunspell" \
- ) \
+ HUNSPELL_CFLAGS=" $(HUNSPELL_CFLAGS)" \
+ HUNSPELL_LIBS=" $(HUNSPELL_LIBS)" \
$(if $(filter C52U,$(COM)$(CPU)),CFLAGS="-m64") \
&& $(GNUMAKE) -j$(EXTMAXPROCESS) \
&& touch $@