wok rev 22939

updated iasl (20190215 -> 20200214)
author Hans-G?nter Theisgen
date Thu Feb 27 15:05:28 2020 +0100 (2020-02-27)
parents 45ad031ff730
children dac0b283fc41
files iasl/receipt
line diff
     1.1 --- a/iasl/receipt	Thu Feb 27 14:54:38 2020 +0100
     1.2 +++ b/iasl/receipt	Thu Feb 27 15:05:28 2020 +0100
     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  }