projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7153c
)
xorg-2.eclass: Always install iso8859-1
author
Matt Turner
<mattst88@gentoo.org>
Sat, 26 May 2018 19:52:46 +0000
(12:52 -0700)
committer
Matt Turner
<mattst88@gentoo.org>
Sat, 26 May 2018 20:29:46 +0000
(13:29 -0700)
Closes: https://bugs.gentoo.org/357331
Closes: https://bugs.gentoo.org/368335
Closes: https://bugs.gentoo.org/651046
eclass/xorg-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/xorg-2.eclass
b/eclass/xorg-2.eclass
index 9322e1aebce24843d48df13e3b6270666c95647f..889031c01fc13a8a1b637216484e191a4e581083 100644
(file)
--- a/
eclass/xorg-2.eclass
+++ b/
eclass/xorg-2.eclass
@@
-364,7
+364,8
@@
xorg-2_font_configure() {
if has nls ${IUSE//+} && ! use nls; then
if grep -q -s "disable-all-encodings" ${ECONF_SOURCE:-.}/configure; then
FONT_OPTIONS+="
- --disable-all-encodings"
+ --disable-all-encodings
+ --enable-iso8859-1"
else
FONT_OPTIONS+="
--disable-iso8859-2