wok-next diff deadbeef/receipt @ rev 15597

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 11:43:50 2013 +0000 (2013-12-05)
parents ca348008f789
children 860ce5da84ab
line diff
     1.1 --- a/deadbeef/receipt	Wed Aug 14 23:04:02 2013 +0000
     1.2 +++ b/deadbeef/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure $CONFIGURE_ARGS && 
     1.8 +	./configure CFLAGS="-I/usr/lib/libzip/include" $CONFIGURE_ARGS && 
     1.9  	make && make install
    1.10  }
    1.11