diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 09:34:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 09:34:48 +0000 |
commit | ecccd8880eb4889d51827c767fc219fd07eede12 (patch) | |
tree | 1e679477ed1f227f80a9803343e0ec1d356dd1b4 /chinese/cxterm | |
parent | 489b59cba6362c86e796f9a58f8d9ef491195f36 (diff) | |
download | ports-ecccd8880eb4889d51827c767fc219fd07eede12.tar.gz ports-ecccd8880eb4889d51827c767fc219fd07eede12.zip |
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
Notes
Notes:
svn path=/head/; revision=4275
Diffstat (limited to 'chinese/cxterm')
-rw-r--r-- | chinese/cxterm/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
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)) |