wok diff marlin/receipt @ rev 17750
qt4-base: use its own source tree !
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 08 10:51:20 2015 +0100 (2015-03-08) |
parents | ce9148142ee8 |
children | ca4434937abf |
line diff
1.1 --- a/marlin/receipt Thu Dec 26 13:16:14 2013 +0000 1.2 +++ b/marlin/receipt Sun Mar 08 10:51:20 2015 +0100 1.3 @@ -25,6 +25,7 @@ 1.4 1.5 patch -p1 < $stuff/marlin-0.5.patch 1.6 patch -p1 < $stuff/marlin-icons.patch 1.7 + patch -p1 < $stuff/marlin-fix-tests.patch 1.8 1.9 mkdir build && cd build && 1.10 cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&