summaryrefslogtreecommitdiff
path: root/community/iasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iasl/PKGBUILD')
-rw-r--r--community/iasl/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD
index a15ee47aa..81ddf0964 100644
--- a/community/iasl/PKGBUILD
+++ b/community/iasl/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 44052 2011-04-01 20:24:21Z lcarlier $
+# $Id: PKGBUILD 55855 2011-09-23 21:20:50Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com>
pkgname=iasl
-pkgver=20110316
+pkgver=20110623
pkgrel=1
pkgdesc="Intel ACPI Source Language compiler"
arch=('i686' 'x86_64' 'mips64el')
@@ -16,12 +16,15 @@ options=('!makeflags')
install=iasl.install
source=(http://acpica.org/download/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('785813b0e4ad38383fb7bfb15e7a2e6e'
+md5sums=('93e827bf4b1f1971a1b3c2074c5f9ccb'
'8615526144f69ea4e870d9bc37df9b29')
build() {
cd "${srcdir}/acpica-unix-${pkgver}"
+ # fix building with gcc-4.6
+ sed -i -e 's/-Werror//g' compiler/Makefile tools/acpisrc/Makefile
+
cd compiler
make