annotate src/pstoedit-2-gs.patch @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 57dd959b3713
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5258
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
1 diff -ur pstoedit-3.75.1/configure.ac pstoedit-3.75/configure.ac
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
2 --- pstoedit-3.75.1/configure.ac 2020-01-06 12:54:05.031731787 -0500
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
3 +++ pstoedit-3.75/configure.ac 2020-01-06 12:55:08.329343414 -0500
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
4 @@ -50,8 +50,8 @@
5149
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
5 dnl fi
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
6
3123
38ee52ac978e Don't error pstoedit's configure script if GS is not found.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
7 dnl Check Ghostscript
5149
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
8 -AC_CHECK_PROGS([GS],[gs],[false])
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
9 -AS_IF([test x"${GS}" = xfalse],[AC_MSG_ERROR([** Cannot find ghostscript. If it is already installed, Check PATH.])])
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
10 +dnl AC_CHECK_PROGS([GS],[gs],[false])
3c5634c6a422 pstoedit: update to v3.74
John Donoghue
parents: 3813
diff changeset
11 +dnl AS_IF([test x"${GS}" = xfalse],[AC_MSG_ERROR([** Cannot find ghostscript. If it is already installed, Check PATH.])])
3123
38ee52ac978e Don't error pstoedit's configure script if GS is not found.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
12
38ee52ac978e Don't error pstoedit's configure script if GS is not found.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
13 PKG_PROG_PKG_CONFIG
38ee52ac978e Don't error pstoedit's configure script if GS is not found.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
diff changeset
14
5258
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
15 diff -ur pstoedit-3.75.1/src/Makefile.am pstoedit-3.75/src/Makefile.am
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
16 --- pstoedit-3.75.1/src/Makefile.am 2020-01-06 12:54:05.047732194 -0500
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
17 +++ pstoedit-3.75/src/Makefile.am 2020-01-06 12:56:08.370870430 -0500
3813
ea3cab4018c5 pstoedit: update 4.70
John Donoghue
parents: 3608
diff changeset
18 @@ -32,7 +32,7 @@
3608
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
19 ${LIBEMF_CFLAGS} \
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
20 ${LIBPNG_CFLAGS} \
3813
ea3cab4018c5 pstoedit: update 4.70
John Donoghue
parents: 3608
diff changeset
21 ${LIBZIP_CFLAGS} \
3608
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
22 - -DDEFAULTGS=$(GS) \
5258
57dd959b3713 pstoedit: update to v3.75
John Donoghue
parents: 5149
diff changeset
23 + -DDEFAULTGS="\"$(GS)\"" \
3608
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
24 -DPSTOEDITDATADIR="\"$(pkgdatadir)\"" \
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
25 -DPSTOEDITLIBDIR="\"$(pkglibdir)\"" \
7bccd055043e pstoedit: update to pstoedit 3.62, quote ghostscript path.
John Donoghue
parents: 3123
diff changeset
26 ${SPECIAL_CXXFLAGS}