From: Torrey Lyons Date: Fri, 3 Jan 2003 18:54:11 +0000 (+0000) Subject: On Darwin add Mac font directories to fonts.conf. X-Git-Tag: fc-2_1_91~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=72a762196f356837ef615ee2a079e8b801a6f592;p=fontconfig.git On Darwin add Mac font directories to fonts.conf. --- diff --git a/Imakefile b/Imakefile index 4f6313e..51bc5de 100644 --- a/Imakefile +++ b/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.8 2002/11/15 09:29:35 alanh Exp $ +XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.9 2002/11/21 16:53:00 keithp Exp $ #define IHaveSubdirs #define PassCDebugFlags @@ -19,10 +19,15 @@ FONTCONFIG_REVISION=1 FONTCONFIGFONTSCONFDIR=FontconfigFontsConfDir +#ifdef DarwinArchitecture +MACFONTDIRS = ~/Library/Fonts /Library/Fonts /Network/Library/Fonts \ + /System/Library/Fonts +#endif + #if NothingOutsideProjectRoot FONTDIRS=$(FONTDIR) #else -FONTDIRS=/usr/share/fonts $(FONTDIR) +FONTDIRS=/usr/share/fonts $(FONTDIR) $(MACFONTDIRS) #endif SUBSTVARS=prefix=$(PROJECTROOT) \