summaryrefslogtreecommitdiff
path: root/community/iasl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-24 23:14:35 +0000
committerroot <root@rshg054.dnsready.net>2011-09-24 23:14:35 +0000
commit38a0b12ffffc8842019f47425b60688253e709b0 (patch)
tree73c9939e109bcff426e5d2a91fdd1a7baee2f2d3 /community/iasl
parentcb2a1951e9cd1de18c0ab88c9d741e91a423fc36 (diff)
Sat Sep 24 23:14:35 UTC 2011
Diffstat (limited to 'community/iasl')
-rw-r--r--community/iasl/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD
index 624b9c3ec..f7bb70c64 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')
@@ -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