daaf74aec0
Update to 2.35.0 OBS-URL: https://build.opensuse.org/request/show/91420 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=42
42 lines
1.7 KiB
Diff
42 lines
1.7 KiB
Diff
Index: librsvg-2.35.0/configure.in
|
|
===================================================================
|
|
--- librsvg-2.35.0.orig/configure.in
|
|
+++ librsvg-2.35.0/configure.in
|
|
@@ -193,10 +193,10 @@ gdk_pixbuf_moduledir=
|
|
if test "$enable_pixbuf_loader" = "yes"; then
|
|
PKG_CHECK_MODULES([GDK_PIXBUF],[gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED])
|
|
|
|
- AC_PATH_PROG([GDK_PIXBUF_QUERYLOADERS],[gdk-pixbuf-query-loaders],[none])
|
|
+ AC_PATH_PROG([GDK_PIXBUF_QUERYLOADERS],[gdk-pixbuf-query-loaders-64],[none])
|
|
|
|
if test "x$GDK_PIXBUF_QUERYLOADERS" = "xnone"; then
|
|
- AC_MSG_ERROR([gdk-pixbuf-query-loaders not found in path])
|
|
+ AC_MSG_ERROR([gdk-pixbuf-query-loaders-64 not found in path])
|
|
fi
|
|
|
|
# First try the standalone gdk-pixbuf
|
|
Index: librsvg-2.35.0/configure
|
|
===================================================================
|
|
--- librsvg-2.35.0.orig/configure
|
|
+++ librsvg-2.35.0/configure
|
|
@@ -13726,8 +13726,8 @@ $as_echo "yes" >&6; }
|
|
|
|
fi
|
|
|
|
- # Extract the first word of "gdk-pixbuf-query-loaders", so it can be a program name with args.
|
|
-set dummy gdk-pixbuf-query-loaders; ac_word=$2
|
|
+ # Extract the first word of "gdk-pixbuf-query-loaders-64", so it can be a program name with args.
|
|
+set dummy gdk-pixbuf-query-loaders-64; ac_word=$2
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
$as_echo_n "checking for $ac_word... " >&6; }
|
|
if ${ac_cv_path_GDK_PIXBUF_QUERYLOADERS+:} false; then :
|
|
@@ -13769,7 +13769,7 @@ fi
|
|
|
|
|
|
if test "x$GDK_PIXBUF_QUERYLOADERS" = "xnone"; then
|
|
- as_fn_error $? "gdk-pixbuf-query-loaders not found in path" "$LINENO" 5
|
|
+ as_fn_error $? "gdk-pixbuf-query-loaders-64 not found in path" "$LINENO" 5
|
|
fi
|
|
|
|
# First try the standalone gdk-pixbuf
|