diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-04 13:16:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-04 13:16:20 +0000 |
commit | b33c94e75871ae446ba8f249c18b1b6fadc5c7e0 (patch) | |
tree | 0dabc1604f5ac33a24186982fb7df016fb2838fd /chinese | |
parent | f6a68e27d5f3e24917b138342b90f69c591f1dc4 (diff) | |
download | ports-b33c94e75871ae446ba8f249c18b1b6fadc5c7e0.tar.gz ports-b33c94e75871ae446ba8f249c18b1b6fadc5c7e0.zip |
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
Notes
Notes:
svn path=/head/; revision=4293
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cxterm/files/patch-ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chinese/cxterm/files/patch-ac b/chinese/cxterm/files/patch-ac index 48800beac5ed..f02217e939cc 100644 --- a/chinese/cxterm/files/patch-ac +++ b/chinese/cxterm/files/patch-ac @@ -1,12 +1,11 @@ ---- fonts/Imakefile.orig Tue Feb 14 00:35:39 1995 -+++ fonts/Imakefile Sun Nov 3 01:19:28 1996 +--- fonts/Imakefile.orig Mon Nov 4 05:07:24 1996 ++++ fonts/Imakefile Mon Nov 4 05:07:42 1996 @@ -2,13 +2,14 @@ - XCOMM $Id: Imakefile,v 1.2 1995/02/14 08:35:32 ygz Exp $ --OBJS = FontObj(gb16st) FontObj(hku16et) -+#OBJS = FontObj(gb16st) FontObj(hku16et) -+OBJS = FontObj(hku16et) +-OBJS = FontObj(gb16st) FontObj(hku16et) ++#OBJS = FontObj(gb16st) FontObj(hku16et) ++OBJS = FontObj(hku16et) FONTINSTDIR = $(FONTDIR)/chinese |