summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 16:50:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 16:50:39 +0800
commit86302fb09caec2803cb546e5ca05afeb68817ae3 (patch)
treec5d4b8ea1b013f1e2e85fc8b35640dd277e2fe4e /x11-toolkits/gtk20/files/patch-gtk_Makefile.in
parent465bcdc4375001d8b4a330020609a1cd5c708aee (diff)
downloadmarcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.gz
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.bz2
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.lz
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.xz
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.zst
marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.zip
Update to 2.9.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gtk_Makefile.in')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
new file mode 100644
index 000000000..610ece8f3
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in
@@ -0,0 +1,16 @@
+--- gtk/Makefile.in.orig Sat May 6 04:47:11 2006
++++ gtk/Makefile.in Sat May 6 04:48:06 2006
+@@ -1009,11 +1009,11 @@ LDADDS = \
+ bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache
+
+ gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS)
+-gtk_query_immodules_2_0_LDADD = $(LDADDS)
++gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS)
+
+ gtk_query_immodules_2_0_SOURCES = queryimmodules.c
+
+-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
++gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS)
+
+ gtk_update_icon_cache_SOURCES = updateiconcache.c
+