acpica-utils: update to 20190215.
This commit is contained in:
parent
8c5f7609f0
commit
49f451e96b
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'acpica-utils'
|
||||
pkgname=acpica-utils
|
||||
version=20190108
|
||||
version=20190215
|
||||
revision=1
|
||||
archs="i686* x86_64*"
|
||||
wrksrc="acpica-unix-${version}"
|
||||
hostmakedepends="flex"
|
||||
short_desc="Intel ACPI CA Unix utilities"
|
||||
|
@ -9,11 +10,14 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2.0-only, BSD-3-Clause"
|
||||
homepage="https://www.acpica.org/"
|
||||
distfiles="https://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
|
||||
checksum=989822b4044d0c64caad7bf256bed7be05d41efa87843056876e43d6ecc8102f
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
checksum=71133ab2b1b2e2f176a9b5081060571977a3d2c91b36722e198bffa7ce9b0d37
|
||||
|
||||
do_build() {
|
||||
sed -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' -i generate/unix/Makefile.config generate/unix/iasl/Makefile
|
||||
vsed -e 's/-Werror//g' \
|
||||
-i generate/unix/Makefile.config
|
||||
|
||||
vsed -e 's/_CYGWIN/_LINUX/g' \
|
||||
-i generate/unix/iasl/Makefile
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) make BITS=32;;
|
||||
|
|
Loading…
Reference in New Issue