comparison src/fontconfig.mk @ 4555:c2d59e7a4ad3

libtool, fontconfig update * src/build-libtool.mk, src/libtool.mk: update version, checksum * src/fontconfig.mk: update version, checksum * src/hdf5.mk: call aclocal and libttolize in build * src/gl2ps.mk: call aclocal and libttolize in build
author John D
date Tue, 28 Nov 2017 15:43:53 -0500
parents beeb2fc30635
children 1ce75b5e4757
comparison
equal deleted inserted replaced
4554:84c86b41a6a2 4555:c2d59e7a4ad3
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := fontconfig 4 PKG := fontconfig
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.12.3 6 $(PKG)_VERSION := 2.12.6
7 $(PKG)_CHECKSUM := 408f933548bdc9ad912bc66d0fba22a8a4612d8b 7 $(PKG)_CHECKSUM := cae963814ba4bc41f3c96876604d33fc3abfc572
8 $(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION)
9 $(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://fontconfig.org/release/$($(PKG)_FILE) 10 $(PKG)_URL := http://fontconfig.org/release/$($(PKG)_FILE)
11 $(PKG)_DEPS := freetype expat 11 $(PKG)_DEPS := freetype expat
12 12