42 lines
1.7 KiB
Diff
42 lines
1.7 KiB
Diff
|
Index: librsvg-2.31.0/configure.in
|
||
|
===================================================================
|
||
|
--- librsvg-2.31.0.orig/configure.in
|
||
|
+++ librsvg-2.31.0/configure.in
|
||
|
@@ -273,10 +273,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.31.0/configure
|
||
|
===================================================================
|
||
|
--- librsvg-2.31.0.orig/configure
|
||
|
+++ librsvg-2.31.0/configure
|
||
|
@@ -13186,8 +13186,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 test "${ac_cv_path_GDK_PIXBUF_QUERYLOADERS+set}" = set; then :
|
||
|
@@ -13229,7 +13229,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
|