wok-6.x diff qt4/receipt @ rev 13931

qt4: configure detection should not break build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 12:14:45 2013 +0100 (2013-01-26)
parents 6b09507225ec
children a90735695393
line diff
     1.1 --- a/qt4/receipt	Sat Jan 05 14:44:51 2013 +0100
     1.2 +++ b/qt4/receipt	Sat Jan 26 12:14:45 2013 +0100
     1.3 @@ -56,7 +56,8 @@
     1.4  		-phonon \
     1.5  		-optimized-qmake \
     1.6  		-opengl \
     1.7 -		-gtkstyle &&
     1.8 +		-gtkstyle \
     1.9 +		2>&1 | sed 's/such file or directory/file/ ' &&
    1.10  	make $MAKEFLAGS &&
    1.11  	make INSTALL_ROOT=$DESTDIR install
    1.12  }