From 601c607e9117b90c05e55f54b70a5e2ab7675f0d Mon Sep 17 00:00:00 2001 From: kyak Date: Thu, 26 May 2011 17:23:21 +0400 Subject: [PATCH] ghostscript: update to 9.02, fix build --- gs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gs/Makefile b/gs/Makefile index 6b53af5..e5f74bb 100644 --- a/gs/Makefile +++ b/gs/Makefile @@ -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