Change Details
stardict/Makefile |
18 | 18 | PKG_INSTALL:=1 |
19 | 19 | |
20 | 20 | include $(INCLUDE_DIR)/package.mk |
| 21 | include $(INCLUDE_DIR)/nls.mk |
21 | 22 | |
22 | 23 | define Package/stardict/Default |
23 | 24 | MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc> |
... | ... | |
29 | 30 | |
30 | 31 | define Package/stardict |
31 | 32 | $(call Package/stardict/Default) |
32 | | DEPENDS:=+libintl +libiconv +libgconf2 +gtk2 +libstdcpp +libsigcxx |
| 33 | DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libgconf2 +gtk2 +libstdcpp +libsigcxx |
33 | 34 | endef |
34 | 35 | |
35 | 36 | define Package/stardict-dic-en-en |
... | ... | |
46 | 47 | StarDict is a Cross-Platform and international dictionary Software. |
47 | 48 | endef |
48 | 49 | |
49 | | TARGET_CFLAGS+= -I$(STAGING_DIR)/usr/lib/libintl/include |
50 | | TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib/libintl/lib |
51 | 50 | TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
52 | 51 | |
53 | 52 | CONFIGURE_CMD =./autogen.sh |
Download the corresponding diff file