forked from ports/contrib
iasl: fixed bug for bison 2.4 (thanks to Victor Martinez)
This commit is contained in:
parent
5681d62289
commit
0964e2f836
@ -1 +1,2 @@
|
||||
1370c23306c7340cab854d4e840edc7e acpica-unix-20081204.tar.gz
|
||||
a9d9629c3e535a1eeefc77c15496ecef aslcompiler.patch-bison24
|
||||
|
@ -6,10 +6,12 @@
|
||||
|
||||
name=iasl
|
||||
version=20081204
|
||||
release=1
|
||||
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz)
|
||||
release=2
|
||||
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz \
|
||||
aslcompiler.patch-bison24)
|
||||
|
||||
build() {
|
||||
patch -p0 -i $SRC/aslcompiler.patch-bison24
|
||||
cd acpica-unix-$version/compiler
|
||||
make -j1 aslcompilerlex.c
|
||||
sed 's/\#undef\ yytext_ptr//' -i aslcompilerlex.c
|
||||
|
1076
iasl/aslcompiler.patch-bison24
Normal file
1076
iasl/aslcompiler.patch-bison24
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user