fontconfig: update to fontconfig-2.9.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-29 02:30:32 +02:00
parent fbe3cdc1ec
commit 5db59295b1
2 changed files with 2 additions and 7 deletions

View File

@ -44,11 +44,6 @@ cd $PKG_BUILD
--disable-dependency-tracking \
--disable-docs
for m in fc-case fc-glyphname fc-lang fc-arch; do
sed -i "s|LDFLAGS =.*|LDFLAGS =|" $m/Makefile
sed -i "s|CFLAGS =.*|CFLAGS =${HOST_CFLAGS}|" $m/Makefile
done
make
make V=1
$MAKEINSTALL

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="fontconfig"
PKG_VERSION="2.8.0"
PKG_VERSION="2.9.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"