freebsd-ports/chinese/cxterm/files/patch-ac
David E. O'Brien b33c94e758 Fix problem with <tab> characters.
Remove $Id$ from the patch file so the resulting fonts/Imakefile doesn't
confuse people.  Note this patch file gives a fuzz factor of 1.  W/o
removing $Id$, patch reports a fuzz factor of 2.

Reported by: ports mailing list
1996-11-04 13:16:20 +00:00

18 lines
372 B
Text

--- fonts/Imakefile.orig Mon Nov 4 05:07:24 1996
+++ fonts/Imakefile Mon Nov 4 05:07:42 1996
@@ -2,13 +2,14 @@
-OBJS = FontObj(gb16st) FontObj(hku16et)
+#OBJS = FontObj(gb16st) FontObj(hku16et)
+OBJS = FontObj(hku16et)
FONTINSTDIR = $(FONTDIR)/chinese
MakeFonts()
-FontTarget(gb16st)
+#FontTarget(gb16st)
FontTarget(hku16et)
InstallFonts($(FONTINSTDIR))