diff options
Diffstat (limited to 'third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff')
-rw-r--r-- | third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff b/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff index 5bc3963..74288c1 100644 --- a/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff +++ b/third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff @@ -8,7 +8,7 @@ diff -rupN ./gdk-pixbuf/Makefile.am ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Make - $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\ + # Use the system-installed gdk-pixbuf-query-loaders. The just-built one \ + # won't work. \ -+ gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\ ++ /usr/bin/gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\ else \ echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \ touch loaders.cache; \ |