wok-6.x rev 17626
libgnome: remove G_DISABLE_DEPRECATED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 13 12:09:42 2015 +0100 (2015-02-13) |
parents | 2f2eef31486a |
children | 9b92d4c11156 |
files | libgnome/receipt |
line diff
1.1 --- a/libgnome/receipt Fri Feb 13 11:59:38 2015 +0100 1.2 +++ b/libgnome/receipt Fri Feb 13 12:09:42 2015 +0100 1.3 @@ -19,7 +19,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//' libgnome/Makefile* 1.9 ./configure \ 1.10 --sysconfdir=/etc/gnome \ 1.11 --localstatedir=/var/lib \ 1.12 @@ -46,4 +46,3 @@ 1.13 # Clean unwated files 1.14 cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; 1.15 } 1.16 -