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

Unified Diff: third_party/instrumented_libraries/patches/libgtk2.0-0.diff

Issue 618013002: Instrumented libraries: replace some makefile patches with sed invocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 b561b2039e89e84f3629a965328c041bf4becef3..e0bf1a80d0700c0acf979295c0dc1abfc782b413 100644
--- a/third_party/instrumented_libraries/patches/libgtk2.0-0.diff
+++ b/third_party/instrumented_libraries/patches/libgtk2.0-0.diff
@@ -24,18 +24,3 @@ diff -rupN ./gtk/gtkmenushell.h ../gtk+2.0-2.24.10-patched/gtk/gtkmenushell.h
G_END_DECLS
#endif /* __GTK_MENU_SHELL_H__ */
-diff -rupN ./gtk/Makefile.am ../gtk+2.0-2.24.10-patched/gtk/Makefile.am
---- ./gtk/Makefile.am 2014-05-29 19:39:07.000000000 +0400
-+++ ../gtk+2.0-2.24.10-patched/gtk/Makefile.am 2014-05-29 19:42:28.029449496 +0400
-@@ -1391,8 +1391,10 @@ stamp-icons: $(STOCK_ICONS)
- if CROSS_COMPILING
- gtk_update_icon_cache_program = $(GTK_UPDATE_ICON_CACHE)
- else
-+# Use the system-installed, uninstrumented gtk-update-icon-cache. The
-+# just-built one cannot be used because it doesn't have the right RPATH set.
- gtk_update_icon_cache_program = \
-- ./gtk-update-icon-cache
-+ /usr/bin/gtk-update-icon-cache
- endif
-
- gtkbuiltincache.h: @REBUILD@ stamp-icons

Powered by Google App Engine
This is Rietveld 408576698