summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in')
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
deleted file mode 100644
index fa3e1270f..000000000
--- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- gdk-pixbuf/Makefile.in.orig Sat May 3 02:51:31 2003
-+++ gdk-pixbuf/Makefile.in Sat May 3 02:51:59 2003
-@@ -384,7 +384,9 @@
-
-
- AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(loaderdir)\"" "-DBUILT_MODULES_DIR=\"$(srcdir)/.libs\""
--LDADDS = libgdk_pixbuf-$(GTK_API_VERSION).la
-+LDADDS = \
-+ $(GLIB_LIBS) \
-+ libgdk_pixbuf-$(GTK_API_VERSION).la
-
- noinst_PROGRAMS = test-gdk-pixbuf
- test_gdk_pixbuf_LDADD = $(LDADDS)