From ecccd8880eb4889d51827c767fc219fd07eede12 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 3 Nov 1996 09:34:48 +0000 Subject: [PATCH] Don't install the fonts that are part of the X11R6 misc fonts dist. ==> gb16st is no longer a buildable or installable target. Requested by: Satoshi --- chinese/cxterm/files/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chinese/cxterm/files/patch-ac diff --git a/chinese/cxterm/files/patch-ac b/chinese/cxterm/files/patch-ac new file mode 100644 index 000000000000..48800beac5ed --- /dev/null +++ b/chinese/cxterm/files/patch-ac @@ -0,0 +1,19 @@ +--- fonts/Imakefile.orig Tue Feb 14 00:35:39 1995 ++++ fonts/Imakefile Sun Nov 3 01:19:28 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) + + FONTINSTDIR = $(FONTDIR)/chinese + + MakeFonts() + +-FontTarget(gb16st) ++#FontTarget(gb16st) + FontTarget(hku16et) + + InstallFonts($(FONTINSTDIR))