Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff

Issue 392713002: Instrumented libraries: do not assume that "." is not in PATH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gdk-pixbuf-query-loaders Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/instrumented_libraries/patches/libgtk2.0-0.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff
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 5bc3963a87e37eacc0b78ca3582994ec75aff757..74288c19acb2fa572389f092d7f701ce9e7b6647 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; \
« no previous file with comments | « no previous file | third_party/instrumented_libraries/patches/libgtk2.0-0.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698