From 9ac29e4e967d9070379502bc7cec9a822f1ad634 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 4 Nov 1996 13:16:20 +0000 Subject: Fix problem with 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 --- chinese/cxterm/files/patch-ac | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chinese/cxterm') 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 -- cgit