summaryrefslogtreecommitdiff
path: root/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-06 11:06:21 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-06 11:06:21 +0000
commit62e66ef22dbba6d08ac8e35cc2eeeb7463020658 (patch)
tree65e1a84dab3023db5a209ab869c6d7adbdf90991 /meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
parent8b154d0d7a939626f4cadad7f05ce74b2ea15ad8 (diff)
downloadopenembedded-core-62e66ef22dbba6d08ac8e35cc2eeeb7463020658.tar.gz
openembedded-core-62e66ef22dbba6d08ac8e35cc2eeeb7463020658.tar.bz2
openembedded-core-62e66ef22dbba6d08ac8e35cc2eeeb7463020658.tar.xz
openembedded-core-62e66ef22dbba6d08ac8e35cc2eeeb7463020658.zip
gnome-vfs-dbus: dropped - we use gnome-vfs 2.16.3 now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1447 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/gnome-vfs-dbus/gssapi.patch')
-rw-r--r--meta/packages/gnome/gnome-vfs-dbus/gssapi.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch b/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
deleted file mode 100644
index bcf46176b..000000000
--- a/meta/packages/gnome/gnome-vfs-dbus/gssapi.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)