diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 17:34:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 17:34:48 +0800 |
commit | b7277c4f7e8c7d6bce9f2e6a0329d6a871e731fd (patch) | |
tree | 7b9648f28f98f802cc3ba4736bb834742dee4652 /chinese/cxterm | |
parent | e55566ec3844e56bf38fc768639f8915e6b5d4a0 (diff) | |
download | freebsd-ports-gnome-b7277c4f7e8c7d6bce9f2e6a0329d6a871e731fd.tar.gz freebsd-ports-gnome-b7277c4f7e8c7d6bce9f2e6a0329d6a871e731fd.tar.zst freebsd-ports-gnome-b7277c4f7e8c7d6bce9f2e6a0329d6a871e731fd.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
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)) |