wok-next diff xpat2/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 145bc1c732ca
children 8e1b2a143eb3
line diff
     1.1 --- a/xpat2/receipt	Mon Nov 06 00:09:37 2017 +0100
     1.2 +++ b/xpat2/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -16,11 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	for i in xpat2.patch layout.patch ; do
     1.8 -		[ -f done.$i ] && continue
     1.9 -		patch -p1 < $stuff/$i
    1.10 -		touch done.$i
    1.11 -	done
    1.12  	cd src
    1.13  	cp $stuff/Makefile .
    1.14  	make LDFLAGS="-lX11 -lXaw -lXmu -lXt -lXpm" &&