fontconfig: update to fontconfig-2.13.1

This commit is contained in:
MilhouseVH 2019-02-28 06:34:23 +00:00
parent 0111c1d759
commit eb2936091a

View File

@ -1,9 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="fontconfig"
PKG_VERSION="2.12.6"
PKG_SHA256="064b9ebf060c9e77011733ac9dc0e2ce92870b574cca2405e11f5353a683c334"
PKG_VERSION="2.13.1"
PKG_SHA256="9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66dbbfa7f"
PKG_LICENSE="OSS"
PKG_SITE="http://www.fontconfig.org"
PKG_URL="http://www.freedesktop.org/software/fontconfig/release/$PKG_NAME-$PKG_VERSION.tar.gz"
@ -23,9 +24,6 @@ pre_configure_target() {
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
CFLAGS="$CFLAGS -I$PKG_BUILD"
CXXFLAGS="$CXXFLAGS -I$PKG_BUILD"
# Delete this as a workaround https://bugs.freedesktop.org/show_bug.cgi?id=101280
rm -f $PKG_BUILD/src/fcobjshash.h
}
post_makeinstall_target() {