Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/iasl/files: iasl-locale.patch
Date: Wed, 30 Sep 2009 01:17:20
Message-Id: E1Msnol-0002lo-4v@stork.gentoo.org
1 robbat2 09/09/30 01:17:19
2
3 Added: iasl-locale.patch
4 Log:
5 Version bump. Also fix bug #286499 for Turkish locales.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-power/iasl/files/iasl-locale.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/files/iasl-locale.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/files/iasl-locale.patch?rev=1.1&content-type=text/plain
13
14 Index: iasl-locale.patch
15 ===================================================================
16 --- acpica-unix/compiler/Makefile
17 +++ acpica-unix/compiler/Makefile
18 @@ -97,7 +97,7 @@
19 #YACC= yacc
20 YACC= bison
21 YFLAGS+= -v -d
22 -LEX= flex
23 +LEX= LC_ALL=C flex
24 LFLAGS+= -i
25
26 #.if $(YACC) == "bison"