diff options
Diffstat (limited to 'x11-fonts/xfs/files/patch-Imakefile')
-rw-r--r-- | x11-fonts/xfs/files/patch-Imakefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fonts/xfs/files/patch-Imakefile b/x11-fonts/xfs/files/patch-Imakefile deleted file mode 100644 index 64b65de2e69b..000000000000 --- a/x11-fonts/xfs/files/patch-Imakefile +++ /dev/null @@ -1,14 +0,0 @@ ---- 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) - |