diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-30 01:17:18 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-30 01:17:18 +0000 |
commit | f30946ada4de778eb08ce53cc24c4c3140f5da5e (patch) | |
tree | 4ed973687c64eb9862f474da88db2d4246c67b92 /sys-power/iasl/files | |
parent | Move check_dvd function from games-ut2k4mod.eclass to here (diff) | |
download | gentoo-2-f30946ada4de778eb08ce53cc24c4c3140f5da5e.tar.gz gentoo-2-f30946ada4de778eb08ce53cc24c4c3140f5da5e.tar.bz2 gentoo-2-f30946ada4de778eb08ce53cc24c4c3140f5da5e.zip |
Version bump. Also fix bug #286499 for Turkish locales.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/iasl/files')
-rw-r--r-- | sys-power/iasl/files/iasl-locale.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-power/iasl/files/iasl-locale.patch b/sys-power/iasl/files/iasl-locale.patch new file mode 100644 index 000000000000..5b9bd618dcbf --- /dev/null +++ b/sys-power/iasl/files/iasl-locale.patch @@ -0,0 +1,11 @@ +--- acpica-unix/compiler/Makefile ++++ acpica-unix/compiler/Makefile +@@ -97,7 +97,7 @@ + #YACC= yacc + YACC= bison + YFLAGS+= -v -d +-LEX= flex ++LEX= LC_ALL=C flex + LFLAGS+= -i + + #.if $(YACC) == "bison" |