# HG changeset patch # User Hans-G?nter Theisgen # Date 1582812328 -3600 # Node ID eccead0c1b9bfec8c9e12cb2859a69cbf89f2793 # Parent 45ad031ff7301c77f96d06c8a428aab55310a6a9 updated iasl (20190215 -> 20200214) diff -r 45ad031ff730 -r eccead0c1b9b iasl/receipt --- a/iasl/receipt Thu Feb 27 14:54:38 2020 +0100 +++ b/iasl/receipt Thu Feb 27 15:05:28 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iasl" -VERSION="20190215" +VERSION="20200214" CATEGORY="development" SHORT_DESC="Intel ACPI Source Language compiler." MAINTAINER="slaxemulator@gmail.com" @@ -12,14 +12,15 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/sites/acpica/files/$TARBALL" -BUILD_DEPENDS="flex bison" +BUILD_DEPENDS="bison flex" # Rules to configure and make the package. compile_rules() { # Fix building. - sed -i -e 's/-Werror//g' generate/unix/Makefile.config \ - generate/unix/iasl/Makefile + sed -i -e 's/-Werror//g' \ + generate/unix/Makefile.config \ + generate/unix/iasl/Makefile make || return 1 }