wok-next diff cdrdao/receipt @ rev 20008

audacious-plugins, connman-ui, qtpanel: update bdeps; cdrdao, freeimage: add CXXFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 17:21:52 2017 +0200 (2017-10-21)
parents eb8067417980
children 8940878905f3
line diff
     1.1 --- a/cdrdao/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/cdrdao/receipt	Sat Oct 21 17:21:52 2017 +0200
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	for i in trackdb/*.cc ; do
     1.9  		grep -q string.h $i && continue
    1.10  		grep -q util.h $i || continue
    1.11 @@ -28,6 +27,7 @@
    1.12  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.13  		scsilib/libscg/scsi-linux-sg.c
    1.14  	patch -Np1 -i $stuff/$PACKAGE-$VERSION-stat.patch || return 1
    1.15 +	export CXXFLAGS="-Wno-narrowing"
    1.16  	./configure --prefix=/usr --with-lame $CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make DESTDIR=$DESTDIR install