1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 03:12:22 +03:00

ghostscript: update to 9.02, fix build

This commit is contained in:
kyak 2011-05-26 17:23:21 +04:00
parent f741694035
commit 601c607e91

View File

@ -20,7 +20,7 @@ define Package/ghostscript
CATEGORY:=Utilities
TITLE:=interpreter for the PostScript language and for PDF
URL:=http://pages.cs.wisc.edu/~ghost/
DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS
DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS +libidn
endef
define Package/ghostscript/description
@ -50,7 +50,7 @@ CONFIGURE_ARGS += \
MAKE_FLAGS += \
EXTRALIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
$(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib \
-lfontconfig -lfreetype -ldl -liconv" \
-lfontconfig -lfreetype -ldl -liconv -lidn" \
COMPILE_INITS="0"
define Package/ghostscript/install