]> git.wh0rd.org Git - fontconfig.git/commitdiff
On Darwin add Mac font directories to fonts.conf.
authorTorrey Lyons <torrey@mrcla.com>
Fri, 3 Jan 2003 18:54:11 +0000 (18:54 +0000)
committerTorrey Lyons <torrey@mrcla.com>
Fri, 3 Jan 2003 18:54:11 +0000 (18:54 +0000)
Imakefile

index 4f6313e9b52103c9117e7a5da111177e9b29353d..51bc5dee7e27b26b1a8429064b793e3ee2c9f2b2 100644 (file)
--- 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) \