]> git.pld-linux.org Git - packages/gtk+3.git/blame - bashisms.patch
- updated to 2.99.0
[packages/gtk+3.git] / bashisms.patch
CommitLineData
f908a1eb
AF
1--- gtk+-2.99.0/configure.ac.wiget 2011-01-06 04:55:33.000000000 +0100
2+++ gtk+-2.99.0/configure.ac 2011-01-09 21:32:51.429526702 +0100
3@@ -324,7 +324,7 @@ else
4d9a00fa 4 fi
4d9a00fa 5
f908a1eb
AF
6 # strip leading space
7-GDK_BACKENDS=${GDK_BACKENDS/# }
8+GDK_BACKENDS=${GDK_BACKENDS# }
9
10 AC_SUBST(GDK_BACKENDS)
11
12@@ -1162,7 +1162,7 @@ if test "x$enable_x11_backend" == xyes;
13 AM_CONDITIONAL(USE_X11, true)
14
15 # strip leading space
16- X_EXTENSIONS=${X_EXTENSIONS/# }
17+ X_EXTENSIONS=${X_EXTENSIONS# }
18
19 else
20 XPACKAGES=
21@@ -1658,7 +1658,7 @@ perf/Makefile
22 AC_OUTPUT
23
24 # beautify the immodule list a bit
25-included_immodules=${included_immodules//,/ }
26+included_immodules="$(echo $included_immodules|sed -e 's/,/ /g')"
27 included_immodules=${included_immodules:-none}
28
29 echo "configuration:"
This page took 0.093954 seconds and 4 git commands to generate.