From: Paul Fertser Date: Fri, 10 Jul 2015 10:36:03 +0000 (+0400) Subject: freetype: fix include path for cross-compilation X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=26c9101b5485501b80a6e6b77ca0649822135305;p=openwrt-packages.git freetype: fix include path for cross-compilation Signed-off-by: Paul Fertser --- diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index feeab48bf..c96f92849 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freetype PKG_VERSION:=2.5.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/freetype @@ -64,7 +64,8 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/freetype2.pc $(1)/usr/lib/pkgconfig/ $(SED) \ - 's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",g' \ + 's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",; \ + s,^\(includedir\)=.*,\1="$(STAGING_DIR)/usr/include",' \ $(2)/bin/freetype-config $(SED) \ 's,/usr/include,$$$${prefix}/include,g' \