From 72a762196f356837ef615ee2a079e8b801a6f592 Mon Sep 17 00:00:00 2001 From: Torrey Lyons Date: Fri, 3 Jan 2003 18:54:11 +0000 Subject: [PATCH] On Darwin add Mac font directories to fonts.conf. --- Imakefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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) \