wok diff pkg-config/receipt @ rev 15747

Up: dillo (3.0.3) with better integration for JWM flavor
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 10:29:30 2014 +0100 (2014-01-03)
parents fecdded0f1f9
children e68abb67e0b5
line diff
     1.1 --- a/pkg-config/receipt	Tue Sep 24 15:33:15 2013 +0000
     1.2 +++ b/pkg-config/receipt	Fri Jan 03 10:29:30 2014 +0100
     1.3 @@ -20,7 +20,8 @@
     1.4  	patch -p1 < $stuff/autoconf-2.66.patch
     1.5  	./configure \
     1.6  		--program-prefix=$TOOLPREFIX \
     1.7 -		--build=$HOST_SYSTEM --host=$HOST_SYSTEM &&
     1.8 +		--build=$HOST_SYSTEM --host=$HOST_SYSTEM 2>&1 | \
     1.9 +		grep -v './libtool: No such file' &&
    1.10  	make && make install
    1.11  }
    1.12