diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
commit | 3103ffad6eedf79f4856cd8255e7b7cca818ed00 (patch) | |
tree | 0df8d4e0aef5aac8409de46d8dd3785b2184a606 /x11-fonts/XFree86-4-fontScalable/files/patch-01 | |
parent | Update to 1.1 version. Also make it respect CFLAGS while I'm here. (diff) |
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
Notes
Notes:
svn path=/head/; revision=29389
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) |