From f569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 9 Jul 2017 18:04:57 +0200 Subject: fontconfig: update from 2.12.3 to 2.12.4 This fixes compilation with gcc >= 6. Actual error message: ``` In file included from fcobjs.c:33:0: fcobjshash.gperf:172:1: error: conflicting types for 'FcObjectTypeLookup' ``` --- src/fontconfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fontconfig.mk b/src/fontconfig.mk index ca552b8..4dc6100 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -3,8 +3,8 @@ PKG := fontconfig $(PKG)_WEBSITE := https://fontconfig.org/ $(PKG)_IGNORE := -$(PKG)_VERSION := 2.12.3 -$(PKG)_CHECKSUM := bd24bf6602731a11295c025909d918180e98385625182d3b999fd6f1ab34f8bd +$(PKG)_VERSION := 2.12.4 +$(PKG)_CHECKSUM := 668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c $(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION) $(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := https://fontconfig.org/release/$($(PKG)_FILE) -- cgit v0.12