diff options
Diffstat (limited to 'x11-fonts/xfs/files/patch-Imakefile')
-rw-r--r-- | x11-fonts/xfs/files/patch-Imakefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-fonts/xfs/files/patch-Imakefile b/x11-fonts/xfs/files/patch-Imakefile new file mode 100644 index 000000000000..64b65de2e69b --- /dev/null +++ b/x11-fonts/xfs/files/patch-Imakefile @@ -0,0 +1,14 @@ +--- programs/xfs/Imakefile.orig Tue Jan 18 22:28:55 2005 ++++ programs/xfs/Imakefile Tue Jan 18 22:30:24 2005 +@@ -37,7 +37,11 @@ + FSLIBDIR = $(LIBDIR)/fs + FSERRORS = $(LOGDIRECTORY)/xfs.log + DEFAULTFONTPATH = DefaultFSFontPath ++#if defined(BuildFontCacheLib) && BuildFontCacheLib ++SITE_CONFIG = -DDEFAULTFONTPATH=$(DEFAULTFONTPATH) -DFSERRORS=$(FSERRORS) -DFONTCACHE ++#else + SITE_CONFIG = -DDEFAULTFONTPATH=$(DEFAULTFONTPATH) -DFSERRORS=$(FSERRORS) ++#endif + + $(OSLIB): $(OSDIR) + |