wok diff marlin/receipt @ rev 17698

Up marlin: Add a patch
author Yuri Pourre <yuripourre@gmail.com>
date Thu Feb 26 22:08:46 2015 -0300 (2015-02-26)
parents ce9148142ee8
children ca4434937abf
line diff
     1.1 --- a/marlin/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.2 +++ b/marlin/receipt	Thu Feb 26 22:08:46 2015 -0300
     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 &&