diff options
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 9322e1aebce2..889031c01fc1 100644 --- 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 |