wok diff qt4/receipt @ rev 8915

gtk+: add bash in BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 28 17:24:10 2011 +0100 (2011-02-28)
parents 3c1dfda82c43
children 940b5937e496
line diff
     1.1 --- a/qt4/receipt	Sun Dec 19 16:00:38 2010 +0100
     1.2 +++ b/qt4/receipt	Mon Feb 28 17:24:10 2011 +0100
     1.3 @@ -27,7 +27,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -
     1.8 +    
     1.9 +	# Already fixed upstream
    1.10 +	patch -Np1 -i ../stuff/fix-qtbug-15857.patch
    1.11 +	patch -Np1 -i ../stuff/add-postgresql9.patch
    1.12 +	
    1.13  	./configure -v \
    1.14  		-prefix /usr \
    1.15  		-confirm-license -opensource \