diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-04-19 14:38:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-19 14:38:35 +0000 |
commit | f8323493d8abae7714049de07b877669fc04b648 (patch) | |
tree | 420511ecfa545aa2d49c331589bcd92871a6836d /packages/gnome/gnome-vfs-dbus | |
parent | 49a15ddc54beed55432aa1830d544e9361d13127 (diff) |
gnome-vfs-dbus: Make compile again, add missing patch.
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus/werror_compile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gnome/gnome-vfs-dbus/werror_compile.patch b/packages/gnome/gnome-vfs-dbus/werror_compile.patch new file mode 100644 index 0000000000..f2eba7d712 --- /dev/null +++ b/packages/gnome/gnome-vfs-dbus/werror_compile.patch @@ -0,0 +1,11 @@ +--- gnome-vfs-dbus-2.8.4.4/configure.in.old 2006-01-26 11:56:09.000000000 +0100 ++++ gnome-vfs-dbus-2.8.4.4/configure.in 2006-01-26 11:45:02.000000000 +0100 +@@ -279,7 +279,7 @@ + + if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then + echo "enable compile warnings = $set_more_warnings" +- VFS_CFLAGS="-Wall -Werror \ ++ VFS_CFLAGS="-Wall \ + -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ + -Wnested-externs -Wpointer-arith" + |