Kaydet (Commit) 327db9fe authored tarafından Matúš Kukan's avatar Matúš Kukan

fix hunspell and mythes library names

Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
üst 30762128
...@@ -255,9 +255,10 @@ define gb_LinkTarget__use_mythes ...@@ -255,9 +255,10 @@ define gb_LinkTarget__use_mythes
$(call gb_LinkTarget_use_package,$(1),\ $(call gb_LinkTarget_use_package,$(1),\
mythes \ mythes \
) )
$(call gb_LinkTarget_add_libs,$(1),\ $(call gb_LinkTarget_use_static_libraries,$(1),\
$(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \ mythes \
) )
endef endef
endif # SYSTEM_MYTHES endif # SYSTEM_MYTHES
...@@ -343,7 +344,7 @@ endef ...@@ -343,7 +344,7 @@ endef
else # !SYSTEM_HUNSPELL else # !SYSTEM_HUNSPELL
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
$(if $(filter MSC,$(COM)),libhunspell,hunspell-1.3) \ hunspell \
)) ))
define gb_LinkTarget__use_hunspell define gb_LinkTarget__use_hunspell
...@@ -355,7 +356,7 @@ $(call gb_LinkTarget_set_include,$(1),\ ...@@ -355,7 +356,7 @@ $(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,hunspell/src/hunspell)\ -I$(call gb_UnpackedTarball_get_dir,hunspell/src/hunspell)\
) )
$(call gb_LinkTarget_use_static_libraries,$(1),\ $(call gb_LinkTarget_use_static_libraries,$(1),\
$(if $(filter MSC,$(COM)),libhunspell,hunspell-1.3) \ hunspell \
) )
endef endef
......
...@@ -13,9 +13,7 @@ ifneq ($(COM),MSC) ...@@ -13,9 +13,7 @@ ifneq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_use_external_project,hunspell,hunspell)) $(eval $(call gb_ExternalPackage_use_external_project,hunspell,hunspell))
$(eval $(call gb_ExternalPackage_add_files,hunspell,lib,\ $(eval $(call gb_ExternalPackage_add_file,hunspell,lib/libhunspell.a,src/hunspell/.libs/libhunspell-1.3.a))
src/hunspell/.libs/libhunspell-1.3.a \
))
endif endif
......
...@@ -16,7 +16,7 @@ $(eval $(call gb_Module_add_targets,hunspell,\ ...@@ -16,7 +16,7 @@ $(eval $(call gb_Module_add_targets,hunspell,\
)) ))
ifeq ($(COM),MSC) ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,hunspell,\ $(eval $(call gb_Module_add_targets,hunspell,\
StaticLibrary_libhunspell \ StaticLibrary_hunspell \
)) ))
else else
$(eval $(call gb_Module_add_targets,hunspell,\ $(eval $(call gb_Module_add_targets,hunspell,\
......
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_StaticLibrary_StaticLibrary,libhunspell)) $(eval $(call gb_StaticLibrary_StaticLibrary,hunspell))
$(eval $(call gb_StaticLibrary_use_unpacked,libhunspell,hunspell)) $(eval $(call gb_StaticLibrary_use_unpacked,hunspell,hunspell))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,libhunspell)) $(eval $(call gb_StaticLibrary_set_warnings_not_errors,hunspell))
$(eval $(call gb_StaticLibrary_add_defs,libhunspell,\ $(eval $(call gb_StaticLibrary_add_defs,hunspell,\
-DHUNSPELL_STATIC \ -DHUNSPELL_STATIC \
-DOPENOFFICEORG \ -DOPENOFFICEORG \
)) ))
$(eval $(call gb_StaticLibrary_add_generated_cxxobjects,libhunspell,\ $(eval $(call gb_StaticLibrary_add_generated_cxxobjects,hunspell,\
UnpackedTarball/hunspell/src/hunspell/affentry \ UnpackedTarball/hunspell/src/hunspell/affentry \
UnpackedTarball/hunspell/src/hunspell/affixmgr \ UnpackedTarball/hunspell/src/hunspell/affixmgr \
UnpackedTarball/hunspell/src/hunspell/dictmgr \ UnpackedTarball/hunspell/src/hunspell/dictmgr \
......
...@@ -13,9 +13,7 @@ ifneq ($(COM),MSC) ...@@ -13,9 +13,7 @@ ifneq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_use_external_project,mythes,mythes)) $(eval $(call gb_ExternalPackage_use_external_project,mythes,mythes))
$(eval $(call gb_ExternalPackage_add_files,mythes,lib,\ $(eval $(call gb_ExternalPackage_add_file,mythes,lib/libmythes.a,.libs/libmythes-1.2.a))
.libs/libmythes-1.2.a \
))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment