diff options
author | Jose V Beneyto <sepen@crux.nu> | 2012-05-02 15:13:32 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2012-05-02 17:17:19 +0200 |
commit | 776da39a99315955b71de2f3cb7607b8ccc62e1c (patch) | |
tree | bb05b42ef4c7ea3457588d52e924dc3a63cb03d4 /iasl | |
parent | 4e49e253279e5350908e9f5b561c9f8d40e70e70 (diff) | |
download | contrib-776da39a99315955b71de2f3cb7607b8ccc62e1c.tar.gz contrib-776da39a99315955b71de2f3cb7607b8ccc62e1c.tar.xz |
iasl: updated to 20120320
Diffstat (limited to 'iasl')
-rw-r--r-- | iasl/.md5sum | 2 | ||||
-rw-r--r-- | iasl/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/iasl/.md5sum b/iasl/.md5sum index 5e5e5e8df..e98a8ae82 100644 --- a/iasl/.md5sum +++ b/iasl/.md5sum @@ -1 +1 @@ -433470ddbdf8eab5e9c22e8f0e8836ff acpica-unix-20111123.tar.gz +68becae1d8a6f5b59f15516cf8001b38 acpica-unix-20120320.tar.gz diff --git a/iasl/Pkgfile b/iasl/Pkgfile index 293dd62f2..d217789d6 100644 --- a/iasl/Pkgfile +++ b/iasl/Pkgfile @@ -5,12 +5,12 @@ # Depends on: name=iasl -version=20111123 +version=20120320 release=1 source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz) build() { - cd acpica-unix-$version/compiler + cd acpica-unix-$version/source/compiler make -j1 aslcompilerlex.c sed 's/\#undef\ yytext_ptr//' -i aslcompilerlex.c make -j1 |