Index: enchant/2.3.2/Makefile
===================================================================
--- enchant/2.3.2/Makefile (revision 287)
+++ enchant/2.3.2/Makefile (revision 288)
@@ -199,14 +199,20 @@
)
# ======= Remove toolchain path from target libtool *.la files =======
@( cd $(ENCHANT_PKG)/usr/lib$(LIBSUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(ENCHANT_PKG))
# ======= Tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= Tune pkg-config *.pc search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
Index: enchant/2.3.2-ppc32/Makefile
===================================================================
--- enchant/2.3.2-ppc32/Makefile (revision 287)
+++ enchant/2.3.2-ppc32/Makefile (revision 288)
@@ -127,14 +127,20 @@
@rm -rf $(ENCHANT_32_PKG)/usr/share
# ======= remove toolchain path from target libtool *.la files =======
@( cd $(ENCHANT_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(ENCHANT_32_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= tune pkg-config *.pc search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
Index: enchant/2.3.2-x86_32/Makefile
===================================================================
--- enchant/2.3.2-x86_32/Makefile (revision 287)
+++ enchant/2.3.2-x86_32/Makefile (revision 288)
@@ -124,14 +124,20 @@
@rm -rf $(ENCHANT_32_PKG)/usr/share
# ======= remove toolchain path from target libtool *.la files =======
@( cd $(ENCHANT_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(ENCHANT_32_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+ enchant-2/enchant_aspell.la \
+ enchant-2/enchant_hunspell.la ; \
)
# ======= tune pkg-config *.pc search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/pkgconfig ; \