wok-6.x rev 17604
ORBit2: remove G_DISABLE_DEPRECATED
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 12 11:52:07 2015 +0100 (2015-02-12) |
parents | 8867e580cd8d |
children | 618eee5446f4 |
files | ORBit2/receipt |
line diff
1.1 --- a/ORBit2/receipt Thu Feb 12 11:43:49 2015 +0100 1.2 +++ b/ORBit2/receipt Thu Feb 12 11:52:07 2015 +0100 1.3 @@ -17,7 +17,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//' linc2/src/Makefile* 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --build=$HOST_SYSTEM \