wok diff qt4/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 3c1dfda82c43
children 940b5937e496
line diff
     1.1 --- a/qt4/receipt	Sun Dec 19 16:00:38 2010 +0100
     1.2 +++ b/qt4/receipt	Tue Mar 01 18:45:33 2011 +0000
     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 \