diff options
author | Moritz Bunkus <moritz@bunkus.org> | 2017-07-09 16:04:57 (GMT) |
---|---|---|
committer | Moritz Bunkus <moritz@bunkus.org> | 2017-07-09 17:09:31 (GMT) |
commit | f569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f (patch) | |
tree | a58717ec77d23d5c9cfc3fc25321ce198271b33e /src/fontconfig.mk | |
parent | e2ecdb2d1584c0757b33cf6758b0240aa354736e (diff) | |
download | mxe-f569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f.zip mxe-f569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f.tar.gz mxe-f569ffe2ae7c0ecf9ec00300750a1ddc6959fc0f.tar.bz2 |
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'
```
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r-- | src/fontconfig.mk | 4 |
1 files 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) |