summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-03-03 14:20:10 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-03-03 14:20:10 +0100
commit1a37018cfe5ac64071be7de0953fb8b3f3fed17d (patch)
treeaa410ebec7623c6b6cd408db2b9f21c185e49ec7 /librsvg
parentd1d6168c4f4fe0af4f7c2560feefca8c379e3cee (diff)
resvglibs: patch configure
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/librsvg-2.32.1.patch34
1 files changed, 20 insertions, 14 deletions
diff --git a/librsvg/librsvg-2.32.1.patch b/librsvg/librsvg-2.32.1.patch
index db8f89169df0..7e065a1bc497 100644
--- a/librsvg/librsvg-2.32.1.patch
+++ b/librsvg/librsvg-2.32.1.patch
@@ -1,5 +1,5 @@
--- misc/librsvg-2.32.1/configure 2010-11-13 11:52:19.000000000 +0100
-+++ misc/build/librsvg-2.32.1/configure 2011-03-02 14:06:41.000000000 +0100
++++ misc/build/librsvg-2.32.1/configure 2011-03-03 13:50:14.000000000 +0100
@@ -12288,8 +12288,8 @@
@@ -11,16 +11,22 @@
pkg_failed=no
---- misc/librsvg-2.32.1/librsvg-features.h 2010-11-13 11:52:49.000000000 +0100
-+++ misc/build/librsvg-2.32.1/librsvg-features.h 2011-03-02 14:05:37.000000000 +0100
-@@ -11,8 +11,8 @@
- (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION > (minor)) || \
- (LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION == (minor) && LIBRSVG_MICRO_VERSION >= (micro)))
-
--#define LIBRSVG_HAVE_SVGZ (1)
--#define LIBRSVG_HAVE_CSS (1)
-+#define LIBRSVG_HAVE_SVGZ (0)
-+#define LIBRSVG_HAVE_CSS (0)
-
- #define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE)
-
+@@ -12562,6 +12562,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gio 2.24 is available" >&5
+ $as_echo_n "checking whether gio 2.24 is available... " >&6; }
++if 0 ; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= 2.24.0\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.24.0") 2>&5
+@@ -12572,6 +12573,9 @@
+ else
+ have_gio_2_24=no
+ fi
++else
++ have_gio_2_24=yes
++fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gio_2_24" >&5
+ $as_echo "$have_gio_2_24" >&6; }
+
+