poppler: add patch to fix invalid syntax in configure script
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 May 2015 13:41:12 +0000 (15:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 3 May 2015 14:33:46 +0000 (16:33 +0200)
commitbc8423a8d485283e1c5c44026d3777173afb469a
tree03a51066cb86d5f1ebb27b7ac0f395d6991ba253
parenta500dff16875392b6ae91ab10e0595020b8289fd
poppler: add patch to fix invalid syntax in configure script

When configuring poppler, a shell error occurs:

./configure: line 19741: test: x: unary operator expected

This is due to an invalid configure test, which is fixed by a newly
added patch. We patch the configure script directly because poppler
doesn't autoreconf properly. A patch on configure.ac has been
submitted upstream so that hopefully we can drop our patch in a future
release of poppler.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/poppler/0001-Fix-invalid-shell-comparaison-in-libtiff-test.patch [new file with mode: 0644]