diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:50:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:50:39 +0800 |
commit | 86302fb09caec2803cb546e5ca05afeb68817ae3 (patch) | |
tree | c5d4b8ea1b013f1e2e85fc8b35640dd277e2fe4e /x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in | |
parent | 465bcdc4375001d8b4a330020609a1cd5c708aee (diff) | |
download | marcuscom-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-gdk-pixbuf_Makefile.in')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in new file mode 100644 index 000000000..1bedfdf55 --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in @@ -0,0 +1,15 @@ +--- gdk-pixbuf/Makefile.in.orig Wed Mar 2 15:56:36 2005 ++++ gdk-pixbuf/Makefile.in Wed Mar 2 15:57:08 2005 +@@ -519,10 +519,10 @@ + + bin_PROGRAMS = gdk-pixbuf-csource gdk-pixbuf-query-loaders + gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c +-gdk_pixbuf_csource_LDADD = $(LDADDS) ++gdk_pixbuf_csource_LDADD = $(LDADDS) $(GLIB_LIBS) + + gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS) +-gdk_pixbuf_query_loaders_LDADD = $(LDADDS) ++gdk_pixbuf_query_loaders_LDADD = $(LDADDS) $(GLIB_LIBS) + + gdk_pixbuf_query_loaders_SOURCES = queryloaders.c + |