wok-next diff fdk-aac/receipt @ rev 20814

palemoon: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:28:54 2018 +0000 (2018-06-13)
parents 8f22b3b666d1
children 3460c1bb1b40
line diff
     1.1 --- a/fdk-aac/receipt	Tue Aug 01 00:49:30 2017 +0300
     1.2 +++ b/fdk-aac/receipt	Wed Jun 13 19:28:54 2018 +0000
     1.3 @@ -13,19 +13,16 @@
     1.4  
     1.5  SPLIT="fdk-aac-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  		--disable-static \
    1.13  		$CONFIGURE_ARGS &&
    1.14 +	fix libtool &&
    1.15  	make &&
    1.16  	make install
    1.17  }
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	case $PACKAGE in
    1.24  		*-aac) copy @std;;
    1.25  		*-dev) copy @dev;;