diff options
Diffstat (limited to 'sys-power/iasl/files/iasl-20140214-locale.patch')
-rw-r--r-- | sys-power/iasl/files/iasl-20140214-locale.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-power/iasl/files/iasl-20140214-locale.patch b/sys-power/iasl/files/iasl-20140214-locale.patch new file mode 100644 index 000000000000..53a4d7c5efb1 --- /dev/null +++ b/sys-power/iasl/files/iasl-20140214-locale.patch @@ -0,0 +1,14 @@ +--- acpica-unix-20140214/generate/unix/Makefile.config ++++ acpica-unix-20140214/generate/unix/Makefile.config +@@ -211,9 +211,9 @@ + #YACC= byacc + #YFLAGS += + # +-YACC= bison ++YACC= LC_ALL=C bison + YFLAGS += -y + +-LEX= flex ++LEX= LC_ALL=C flex + LFLAGS += -i -s + |