forked from pool/xorg-x11-server
12 lines
902 B
Diff
12 lines
902 B
Diff
|
--- configure.ac.orig 2009-11-27 21:59:22.000000000 +0100
|
||
|
+++ configure.ac 2009-11-27 22:03:59.000000000 +0100
|
||
|
@@ -466,7 +466,7 @@
|
||
|
AC_ARG_WITH(fontdir, AS_HELP_STRING([--with-fontdir=FONTDIR], [Path to top level dir where fonts are installed (default: ${libdir}/X11/fonts)]),
|
||
|
[ FONTDIR="$withval" ],
|
||
|
[ FONTDIR="${libdir}/X11/fonts" ])
|
||
|
-DEFAULT_FONT_PATH="${FONTDIR}/misc:unscaled,${FONTDIR}/truetype/,${FONTDIR}/TTF/,${FONTDIR}/OTF,${FONTDIR}/Type1/,${FONTDIR}/100dpi:unscaled,${FONTDIR}/75dpi:unscaled"
|
||
|
+DEFAULT_FONT_PATH="${FONTDIR}/misc:unscaled,${FONTDIR}/truetype/,${FONTDIR}/TTF/,${FONTDIR}/OTF,${FONTDIR}/Type1/,${FONTDIR}/100dpi:unscaled,${FONTDIR}/75dpi:unscaled,${FONTDIR}/URW,${FONTDIR}/cyrillic"
|
||
|
case $host_os in
|
||
|
darwin*) DEFAULT_FONT_PATH="${DEFAULT_FONT_PATH},/Library/Fonts,/System/Library/Fonts" ;;
|
||
|
esac
|