comparison src/qrupdate.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 35464f52609a
children f5a1bf89669c
comparison
equal deleted inserted replaced
4958:8b4d4e06075d 4959:506a61f959e4
24 endef 24 endef
25 25
26 define $(PKG)_BUILD 26 define $(PKG)_BUILD
27 mkdir '$(1)/.build' 27 mkdir '$(1)/.build'
28 touch '$(1)/NEWS' '$(1)/AUTHORS' 28 touch '$(1)/NEWS' '$(1)/AUTHORS'
29 cd '$(1)' && autoreconf -W none 29 cd '$(1)' && aclocal && automake --add-missing && autoreconf -W none
30 chmod a+rx '$(1)/configure' 30 chmod a+rx '$(1)/configure'
31 cd '$(1)/.build' && '$(1)/configure' \ 31 cd '$(1)/.build' && '$(1)/configure' \
32 F77=$(MXE_F77) \ 32 F77=$(MXE_F77) \
33 $(CONFIGURE_LDFLAGS) \ 33 $(CONFIGURE_LDFLAGS) \
34 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 34 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \