wok rev 17607
gnome-vfs: remove G_DISABLE_DEPRECATED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 17:01:44 2015 +0100 (2015-02-12) |
parents | f98a656d7880 |
children | 0ded2a41e487 |
files | gnome-vfs/receipt |
line diff
1.1 --- a/gnome-vfs/receipt Thu Feb 12 16:29:48 2015 +0100 1.2 +++ b/gnome-vfs/receipt Thu Feb 12 17:01:44 2015 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's/-DG_DISABLE_DEPRECATED//' */Makefile* 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --sysconfdir=/etc/gnome \