wok-next rev 19697

audiofile: gcc6 bug workaround
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 11:01:06 2017 +0200 (2017-04-23)
parents 1b1c3f6e30f6
children 1942c736a210
files audiofile/receipt
line diff
     1.1 --- a/audiofile/receipt	Sun Apr 23 10:50:05 2017 +0200
     1.2 +++ b/audiofile/receipt	Sun Apr 23 11:01:06 2017 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|-1 <<|-1U <<|' libaudiofile/modules/SimpleModule.h
     1.8  	./configure \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install