diff options
author | Chris Lord <chris@openedhand.com> | 2005-10-28 17:17:56 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-10-28 17:17:56 +0000 |
commit | d1dae06dc1edb0bd3ae82104e35699e800384ab8 (patch) | |
tree | b66d6a2a18fb62fddb69eb521bd06dd26f92d88b /openembedded/packages/gnome/gnome-vfs-dbus | |
parent | 9ad36d44f008862cefa1a19f4f5690cf9706effe (diff) | |
download | openembedded-core-d1dae06dc1edb0bd3ae82104e35699e800384ab8.tar.gz openembedded-core-d1dae06dc1edb0bd3ae82104e35699e800384ab8.tar.bz2 openembedded-core-d1dae06dc1edb0bd3ae82104e35699e800384ab8.tar.xz openembedded-core-d1dae06dc1edb0bd3ae82104e35699e800384ab8.zip |
Add gnome-vfs-dbus (builds correctly, but untested)
git-svn-id: https://svn.o-hand.com/repos/poky@147 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome/gnome-vfs-dbus')
-rw-r--r-- | openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch | 13 | ||||
-rw-r--r-- | openembedded/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch | 24 |
2 files changed, 37 insertions, 0 deletions
diff --git a/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch b/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch new file mode 100644 index 000000000..bcf46176b --- /dev/null +++ b/openembedded/packages/gnome/gnome-vfs-dbus/gssapi.patch @@ -0,0 +1,13 @@ +--- trunk/configure.in.old 2005-10-28 17:18:36.000000000 +0100 ++++ trunk/configure.in 2005-10-28 17:20:34.000000000 +0100 +@@ -444,6 +444,10 @@ + ]) + LIBS="$saved_LIBS" + CPPFLAGS="$saved_CPPFLAGS" ++ if test "x$have_gssapi" != "xyes"; then ++ GSSAPI_LIBS= ++ GSSAPI_CFLAGS= ++ fi + fi + AC_SUBST(GSSAPI_LIBS) + AC_SUBST(GSSAPI_CFLAGS) diff --git a/openembedded/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch b/openembedded/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch new file mode 100644 index 000000000..331889b63 --- /dev/null +++ b/openembedded/packages/gnome/gnome-vfs-dbus/no-gtk-doc.patch @@ -0,0 +1,24 @@ +diff -urNd ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/doc/Makefile.am trunk/doc/Makefile.am +--- ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/doc/Makefile.am 2005-10-28 15:48:43.000000000 +0100 ++++ trunk/doc/Makefile.am 2005-10-28 16:17:15.000000000 +0100 +@@ -81,7 +81,7 @@ + GTKDOC_LIBS = $(LIBGNOMEVFS_LIBS) \ + $(top_builddir)/libgnomevfs/libgnomevfs-2.la + +-include $(top_srcdir)/gtk-doc.make ++#include $(top_srcdir)/gtk-doc.make + + dist-hook-local: + # mkdir $(distdir)/TEXT; \ +diff -urNd ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/Makefile.am trunk/Makefile.am +--- ../gnome-vfs-dbus-2.12.0cvs20051004-r0/trunk/Makefile.am 2005-10-28 15:49:03.000000000 +0100 ++++ trunk/Makefile.am 2005-10-28 16:17:07.000000000 +0100 +@@ -21,7 +21,7 @@ + gnome-vfs-zip.in \ + gnome-vfs-2.0.pc.in \ + gnome-vfs-module-2.0.pc.in \ +- gtk-doc.make \ ++# gtk-doc.make \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in |