wok diff qt4/receipt @ rev 8666
Updated qt4 with upstream fixes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 06:48:23 2011 +0000 (2011-02-16) |
parents | 3c1dfda82c43 |
children | 940b5937e496 |
line diff
1.1 --- a/qt4/receipt Sun Dec 19 16:00:38 2010 +0100 1.2 +++ b/qt4/receipt Wed Feb 16 06:48:23 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 \