diff options
Diffstat (limited to 'meta/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch')
-rw-r--r-- | meta/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch b/meta/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch new file mode 100644 index 0000000000..312a356c84 --- /dev/null +++ b/meta/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- trunk/backends/Makefile~ 2006-01-19 09:52:22.000000000 -0800 | ||
2 | +++ trunk/backends/Makefile 2006-01-19 13:13:23.000000000 -0800 | ||
3 | @@ -84,7 +84,7 @@ | ||
4 | xml_test_OBJECTS = $(am_xml_test_OBJECTS) | ||
5 | xml_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \ | ||
6 | $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la \ | ||
7 | - $(top_builddir)/backends/libgconfbackend-oldxml.la | ||
8 | + libgconfbackend-oldxml.la | ||
9 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) | ||
10 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
11 | am__depfiles_maybe = depfiles | ||