osso-gnome-vfs2: Fix build with the latest glib.
authorStanislav Brabec <utx@penguin.cz>
Sat, 16 Aug 2008 10:55:40 +0000 (10:55 +0000)
committerStanislav Brabec <utx@penguin.cz>
Sat, 16 Aug 2008 10:55:40 +0000 (10:55 +0000)
packages/maemo4/osso-gnome-vfs2_2.16.3.bb

index 45a373f..4a0be7a 100644 (file)
@@ -26,6 +26,9 @@ do_configure_prepend() {
        # remove Werror from VFS_CFLAGS
        sed -i s:-Werror::g configure.in
 
+       # G_GNUC_FUNCTION is deprecated
+       sed -i -e s,-DG_DISABLE_DEPRECATED,-DSED_ROCKS_DUDE, */Makefile.am
+
        touch gtk-doc.make
 }