New patch: svg2png-unquote.
authorGilles Filippini <gilles.filippini@free.fr>
Mon, 16 Mar 2009 22:38:12 +0000 (23:38 +0100)
committerGilles Filippini <gilles.filippini@free.fr>
Mon, 16 Mar 2009 22:38:12 +0000 (23:38 +0100)
debian/patches/series
debian/patches/svg2png-unquote [new file with mode: 0644]

index 11544a7..9555b31 100644 (file)
@@ -1,3 +1,4 @@
+svg2png-unquote
 mg-alignment
 clean_pngs
 remove-ttf-liberation
diff --git a/debian/patches/svg2png-unquote b/debian/patches/svg2png-unquote
new file mode 100644 (file)
index 0000000..d25de1d
--- /dev/null
@@ -0,0 +1,13 @@
+Index: navit/configure.in
+===================================================================
+--- navit.orig/configure.in    2009-03-16 23:21:50.000000000 +0100
++++ navit/configure.in 2009-03-16 23:22:01.000000000 +0100
+@@ -456,7 +456,7 @@
+     if test "x${SVG2PNG_CONVERTER}" = "x"; then
+         SVG2PNG_CONVERTER="ksvgtopng ksvgtopng4 rsvg-convert inkscape convert"
+     fi
+-    AC_PATH_PROGS([SVG2PNG], "${SVG2PNG_CONVERTER}", [none])
++    AC_PATH_PROGS([SVG2PNG], ${SVG2PNG_CONVERTER}, [none])
+     if test "x${SVG2PNG}" = "xnone"; then
+         enable_svg2png="no"
+     fi