comparison src/pstoedit.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 ea3cab4018c5
children 6bccd1494669
comparison
equal deleted inserted replaced
4958:8b4d4e06075d 4959:506a61f959e4
14 echo 'Warning: Updates are temporarily disabled for package pstoedit.' >&2; 14 echo 'Warning: Updates are temporarily disabled for package pstoedit.' >&2;
15 echo $(pstoedit_VERSION) 15 echo $(pstoedit_VERSION)
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)' && autoreconf 19 cd '$(1)' && aclocal && automake --add-missing && autoreconf
20 mkdir '$(1)/.build' 20 mkdir '$(1)/.build'
21 cd '$(1)/.build' && '$(1)/configure' \ 21 cd '$(1)/.build' && '$(1)/configure' \
22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
23 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 23 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
24 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \