diff options
Diffstat (limited to 'x11-fonts/XFree86-4-fontScalable/files/patch-01')
-rw-r--r-- | x11-fonts/XFree86-4-fontScalable/files/patch-01 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-fonts/XFree86-4-fontScalable/files/patch-01 b/x11-fonts/XFree86-4-fontScalable/files/patch-01 new file mode 100644 index 000000000000..e4b42d59be5d --- /dev/null +++ b/x11-fonts/XFree86-4-fontScalable/files/patch-01 @@ -0,0 +1,14 @@ +--- Imakefile.orig Sun May 16 23:38:09 1999 ++++ Imakefile Wed May 10 14:45:01 2000 +@@ -14,7 +14,11 @@ + PEXDIR = PEX + #endif + ++#if defined(FreeBSDBuildXscl) || FreeBSDBuildXscl ++SUBDIRS = $(SCALEDDIR) $(PEXDIR) ++#else + SUBDIRS = $(ENCODINGDIR) bdf $(SCALEDDIR) $(PEXDIR) ++#endif + + #if MakeLocalFontDir + MakeDirectories(install,$(FONTDIR)/local) |