wok diff iasl/receipt @ rev 23956

Up tazpanel (636)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 27 16:29:16 2020 +0000 (2020-09-27)
parents 7f35f94ea79f
children af8d823a3077
line diff
     1.1 --- a/iasl/receipt	Mon Mar 11 17:51:31 2019 +0100
     1.2 +++ b/iasl/receipt	Sun Sep 27 16:29:16 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iasl"
     1.7 -VERSION="20190215"
     1.8 +VERSION="20200214"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Intel ACPI Source Language compiler."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -12,14 +12,15 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/sites/acpica/files/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="flex bison"
    1.17 +BUILD_DEPENDS="bison flex"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	# Fix building.
    1.23 -	sed -i -e 's/-Werror//g'	generate/unix/Makefile.config \
    1.24 -					generate/unix/iasl/Makefile
    1.25 +	sed -i -e 's/-Werror//g' \
    1.26 +		generate/unix/Makefile.config \
    1.27 +		generate/unix/iasl/Makefile
    1.28  
    1.29  	make || return 1
    1.30  }