| OLD | NEW |
| (Empty) |
| 1 diff -rupN ./gdk-pixbuf/Makefile.am ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Make
file.am | |
| 2 --- ./gdk-pixbuf/Makefile.am 2012-04-14 22:11:34.000000000 +0400 | |
| 3 +++ ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Makefile.am 2014-04-17 19:37:22.1052
53318 +0400 | |
| 4 @@ -782,7 +782,9 @@ loaders.cache: $(loader_LTLIBRARIES) gdk | |
| 5 LOADERS=`echo libpixbufloader-*.la` ; \ | |
| 6 if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \ | |
| 7 echo "Writing a loaders.cache file to use when running examples befor
e installing gdk-pixbuf."; \ | |
| 8 - $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders $$LOADERS > ./load
ers.cache ;\ | |
| 9 + # Use the system-installed gdk-pixbuf-query-loaders. The just-built one \ | |
| 10 + # won't work. \ | |
| 11 + gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\ | |
| 12 else \ | |
| 13 echo "No dynamic modules found; will use only static modules for unin
stalled example programs."; \ | |
| 14 touch loaders.cache; \ | |
| OLD | NEW |