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

Unified Diff: third_party/instrumented_libraries/patches/libgtk2.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 | « third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/patches/libgtk2.0-0.diff
diff --git a/third_party/instrumented_libraries/patches/libgtk2.0-0.diff b/third_party/instrumented_libraries/patches/libgtk2.0-0.diff
index 71a0224e845d97a6a617f5234f693d698ee64b92..b561b2039e89e84f3629a965328c041bf4becef3 100644
--- a/third_party/instrumented_libraries/patches/libgtk2.0-0.diff
+++ b/third_party/instrumented_libraries/patches/libgtk2.0-0.diff
@@ -35,7 +35,7 @@ diff -rupN ./gtk/Makefile.am ../gtk+2.0-2.24.10-patched/gtk/Makefile.am
+# just-built one cannot be used because it doesn't have the right RPATH set.
gtk_update_icon_cache_program = \
- ./gtk-update-icon-cache
-+ gtk-update-icon-cache
++ /usr/bin/gtk-update-icon-cache
endif
gtkbuiltincache.h: @REBUILD@ stamp-icons
« no previous file with comments | « third_party/instrumented_libraries/patches/libgdk-pixbuf2.0-0.diff ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698