diff options
Diffstat (limited to 'openembedded/packages/gnome/gconf-dbus')
| -rw-r--r-- | openembedded/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch | 16 | ||||
| -rw-r--r-- | openembedded/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch | 11 |
2 files changed, 27 insertions, 0 deletions
diff --git a/openembedded/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch b/openembedded/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch new file mode 100644 index 0000000000..c195aad639 --- /dev/null +++ b/openembedded/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | --- trunk/backends/xml-backend.c~ 2006-01-18 09:57:39.000000000 -0800 | ||
| 2 | +++ trunk/backends/xml-backend.c 2006-01-19 11:38:37.000000000 -0800 | ||
| 3 | @@ -115,6 +115,13 @@ | ||
| 4 | |||
| 5 | typedef struct _XMLSource XMLSource; | ||
| 6 | |||
| 7 | +extern GConfLock* | ||
| 8 | +gconf_get_lock (const gchar *lock_directory, | ||
| 9 | + GError **err); | ||
| 10 | +extern gboolean | ||
| 11 | +gconf_release_lock (GConfLock *lock, | ||
| 12 | + GError **err); | ||
| 13 | + | ||
| 14 | /* XMLSource **/ | ||
| 15 | |||
| 16 | struct _XMLSource { | ||
diff --git a/openembedded/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch b/openembedded/packages/gnome/gconf-dbus/xml-backend-oldxml-Makefile.patch new file mode 100644 index 0000000000..312a356c84 --- /dev/null +++ b/openembedded/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 | ||
