[Libreoffice-commits] core.git: Branch 'feature/wasm' - external/mythes RepositoryExternal.mk

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 22 16:36:31 UTC 2021


 RepositoryExternal.mk                     |    2 --
 external/mythes/ExternalProject_mythes.mk |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 21f1b27baed127a7b382bd525e7c25b2db5f401f
Author:     Thorsten Behrens <thorsten.behrens at allotropia.de>
AuthorDate: Tue Jun 22 18:35:17 2021 +0200
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Tue Jun 22 18:35:49 2021 +0200

    Hack-fix missing hunspell (which mythes need)
    
    Change-Id: I84178e6551904b34932b1eaf8c2d88d807439039

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 881df1a9b3c5..0639d7552c8a 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -551,7 +551,6 @@ endef
 gb_ExternalProject__use_hunspell :=
 
 else # !SYSTEM_HUNSPELL
-ifneq ($(ENABLE_WASM_STRIP_HUNSPELL),TRUE)
 
 define gb_LinkTarget__use_hunspell
 $(call gb_LinkTarget_add_defs,$(1),\
@@ -579,7 +578,6 @@ $(call gb_ExternalProject_use_external_project,$(1),hunspell)
 
 endef
 
-endif # ENABLE_WASM_STRIP_HUNSPELL
 endif # SYSTEM_HUNSPELL
 
 
diff --git a/external/mythes/ExternalProject_mythes.mk b/external/mythes/ExternalProject_mythes.mk
index 6a1e9b14e882..298607f0aa73 100644
--- a/external/mythes/ExternalProject_mythes.mk
+++ b/external/mythes/ExternalProject_mythes.mk
@@ -9,9 +9,7 @@
 
 $(eval $(call gb_ExternalProject_ExternalProject,mythes))
 
-ifneq ($(ENABLE_WASM_STRIP_HUNSPELL),TRUE)
 $(eval $(call gb_ExternalProject_use_external,mythes,hunspell))
-endif
 
 $(eval $(call gb_ExternalProject_register_targets,mythes,\
 	build \


More information about the Libreoffice-commits mailing list