wok-next diff libXaw3dXft/receipt @ rev 20599

More fix libtool
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 17 00:06:41 2018 +0300 (2018-04-17)
parents c4e53a39395a
children 342b30daff76
line diff
     1.1 --- a/libXaw3dXft/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/libXaw3dXft/receipt	Tue Apr 17 00:06:41 2018 +0300
     1.3 @@ -15,20 +15,18 @@
     1.4  xorg-libXft-dev xorg-libXpm-dev"
     1.5  SPLIT="libXaw3dXft-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--enable-arrow-scrollbars \
    1.13  		--enable-gray-stipples \
    1.14  		--enable-multiplane-bitmaps \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make install
    1.17 +	fix libtool &&
    1.18 +	make &&
    1.19 +	make install
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	case $PACKAGE in
    1.27  		libXaw3dXft)
    1.28  			copy @std