summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-21 20:37:00 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-23 00:35:25 +0100
commit9c6ce47eaf1a891edf7c200145de400fd1cf2871 (patch)
treed364878ade4c681b170952f17731f907c01e3b16 /external
parent7289ee9b9ce2346fa58dfa7c2f2b318f6db40d4d (diff)
jpeg-turbo: work around failure in AC_PROG_MAKE_SET on WNT
autoconf < 2.61a uses "echo" here and for some bizarre reason that converts " inside ' to \ so remove the " to get it to work. echo 'foo="bar"' foo=\bar" Change-Id: I6bee94d4d075ce953f5788b7fdf9d3b66a7db0c7
Diffstat (limited to 'external')
-rw-r--r--external/jpeg-turbo/jpeg-turbo.win_build.patch.111
1 files changed, 11 insertions, 0 deletions
diff --git a/external/jpeg-turbo/jpeg-turbo.win_build.patch.1 b/external/jpeg-turbo/jpeg-turbo.win_build.patch.1
index 1dc5b1e48ee8..dc767ab34320 100644
--- a/external/jpeg-turbo/jpeg-turbo.win_build.patch.1
+++ b/external/jpeg-turbo/jpeg-turbo.win_build.patch.1
@@ -13,3 +13,14 @@ diff -ur jpeg.org/simd/Makefile.in jpeg/simd/Makefile.in
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
+--- jpeg-turbo/configure.orig 2015-02-21 19:44:23.639600000 +0100
++++ jpeg-turbo/configure 2015-02-21 19:44:33.764000000 +0100
+@@ -1847,7 +1847,7 @@
+ else
+ cat >conftest.make <<\_ACEOF
+ all:
+- @echo 'ac_maketemp="$(MAKE)"'
++ @echo 'ac_maketemp=$(MAKE)'
+ _ACEOF
+ # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
+ eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`