wok-next diff w3m/receipt @ rev 20730

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents e6615350078d
children 659d94ea297b
line diff
     1.1 --- a/w3m/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/w3m/receipt	Tue May 29 15:17:41 2018 +0300
     1.3 @@ -18,14 +18,6 @@
     1.4  compile_rules()
     1.5  {
     1.6  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
     1.7 -	for i in  $stuff/*.patch
     1.8 -	do
     1.9 -	        if [ -f done.$(basename $i) ]; then
    1.10 -		       continue
    1.11 -	        else
    1.12 -		       patch -p0 < $i && touch done.$(basename $i) || return 1
    1.13 -	        fi
    1.14 -	done
    1.15         ./configure $CONFIGURE_ARGS && make && make install
    1.16  }
    1.17