comparison src/build-automake.mk @ 4959:506a61f959e4

Update ghostscript to 9.26. * src/ghostscript.mk: Update version, checksum and dependencies. Update build rule. * src/ghostscript-1-fixes.patch: Add new file. * src/ghostscrip-mingw-[i686,x86_64]-[arch.h,gconfig_.h,makefile]: Remove files. * src/build-automake.mk: Update to version 1.16.1. * src/build-automake-1-perl-5.patch: Remove file. * src/libidn.mk: Update to version 1.35. * src/glpk.mk: Skip autoconf steps.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 16 Feb 2019 16:03:02 +0100
parents 5c5e89e72b74
children b6ef84202f74
comparison
equal deleted inserted replaced
4958:8b4d4e06075d 4959:506a61f959e4
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 := build-automake 4 PKG := build-automake
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.11.6 6 $(PKG)_VERSION := 1.16.1
7 $(PKG)_CHECKSUM := 29d7832b148e2157e03ad0d3620fbb7f5a13bc21 7 $(PKG)_CHECKSUM := 7a4d8d8b16d2f3cece5ab92c32aba094a4597d97
8 $(PKG)_SUBDIR := automake-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := automake-$($(PKG)_VERSION)
9 $(PKG)_FILE := automake-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := automake-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/automake/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/automake/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-autoconf 11 $(PKG)_DEPS := build-autoconf
12 12