wok-next diff idesk/receipt @ rev 20661

Unification of the patch system
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 21:12:00 2018 +0300 (2018-05-10)
parents 0ec6086e21d6
children d5aab818505e
line diff
     1.1 --- a/idesk/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/idesk/receipt	Thu May 10 21:12:00 2018 +0300
     1.3 @@ -14,8 +14,6 @@
     1.4  BUILD_DEPENDS="imlib2-dev xorg-libXft-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	patch -p 0 < $stuff/DesktopConfig.patch || exit 1
     1.8 -
     1.9  	./configure \
    1.10  		--enable-xft \
    1.11  		$CONFIGURE_ARGS &&