diff options
Diffstat (limited to 'sys-power/iasl/files/iasl-20140828-locale.patch')
-rw-r--r-- | sys-power/iasl/files/iasl-20140828-locale.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-power/iasl/files/iasl-20140828-locale.patch b/sys-power/iasl/files/iasl-20140828-locale.patch deleted file mode 100644 index c8e278f7572a..000000000000 --- a/sys-power/iasl/files/iasl-20140828-locale.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- acpica-unix-20140828/generate/unix/Makefile.config -+++ acpica-unix-20140828/generate/unix/Makefile.config -@@ -225,12 +225,12 @@ - #YACC= byacc - #YFLAGS += - # --YACC= bison -+YACC= LC_ALL=C bison - YFLAGS += -y - - MACROPROC= m4 - MFLAGS= -P -I$(ASL_COMPILER) - --LEX= flex -+LEX= LC_ALL=C flex - LFLAGS += -i -s - |