summaryrefslogtreecommitdiffstats
path: root/package/libgtk2/run-iconcache.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-01-11 08:42:34 +0000
committerEric Andersen <andersen@codepoet.org>2007-01-11 08:42:34 +0000
commit8b9d738e496c07704e7f4f2078cce5e777b62aec (patch)
tree05d943daa7ef1f13f2673f579cdef8ce8fd83485 /package/libgtk2/run-iconcache.patch
parent810184bb0dd445c160ab6d94338ad2165e2d529a (diff)
downloadbuildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.tar.gz
buildroot-novena-8b9d738e496c07704e7f4f2078cce5e777b62aec.zip
add Gtk+ version 2
Diffstat (limited to 'package/libgtk2/run-iconcache.patch')
-rw-r--r--package/libgtk2/run-iconcache.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/libgtk2/run-iconcache.patch b/package/libgtk2/run-iconcache.patch
new file mode 100644
index 000000000..d58c82cc5
--- /dev/null
+++ b/package/libgtk2/run-iconcache.patch
@@ -0,0 +1,19 @@
+--- gtk+-2.10.7/gtk/Makefile.am.orig 2007-01-05 11:32:46.000000000 -0700
++++ gtk+-2.10.7/gtk/Makefile.am 2007-01-11 01:03:52.000000000 -0700
+@@ -1123,11 +1123,11 @@
+ ./gtk-update-icon-cache
+ endif
+
+-gtkbuiltincache.h: @REBUILD@ stamp-icons
+- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
+- $(gtk_update_icon_cache_program) --force --ignore-theme-index \
+- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
+- mv gtkbuiltincache.h.tmp gtkbuiltincache.h
++#gtkbuiltincache.h: @REBUILD@ stamp-icons
++# $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
++# $(gtk_update_icon_cache_program) --force --ignore-theme-index \
++# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
++# mv gtkbuiltincache.h.tmp gtkbuiltincache.h
+
+ EXTRA_DIST += \
+ $(STOCK_ICONS) \