diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-04 21:16:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-04 21:16:20 +0800 |
commit | 9ac29e4e967d9070379502bc7cec9a822f1ad634 (patch) | |
tree | 52abab6a6d59ccc60513b32f0fb139721821f314 | |
parent | 222994e9cd7d2a1ed82b0e51a0fc86b86b887d92 (diff) | |
download | freebsd-ports-gnome-9ac29e4e967d9070379502bc7cec9a822f1ad634.tar.gz freebsd-ports-gnome-9ac29e4e967d9070379502bc7cec9a822f1ad634.tar.zst freebsd-ports-gnome-9ac29e4e967d9070379502bc7cec9a822f1ad634.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
-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 |