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
This commit is contained in:
parent
f6a68e27d5
commit
b33c94e758
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4293
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue