diff options
author | clive <clive@FreeBSD.org> | 2001-09-09 00:37:56 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-09-09 00:37:56 +0800 |
commit | 9d1c9e2e129a594e5c831d026285e92389d3b489 (patch) | |
tree | 34ec83044cb03d28f5e27bff17ba494888724c33 /chinese/zhcon/files | |
parent | 1684df15e1c3a04fd16037eb7ea3053f185e38ea (diff) | |
download | freebsd-ports-gnome-9d1c9e2e129a594e5c831d026285e92389d3b489.tar.gz freebsd-ports-gnome-9d1c9e2e129a594e5c831d026285e92389d3b489.tar.zst freebsd-ports-gnome-9d1c9e2e129a594e5c831d026285e92389d3b489.zip |
New port: zhcon
Zhcon is a fast Linux Console Chinese System which supports
framebuffer device.It can display Chinese,Japanese or Korean
double byte characters.Supported language encodings include:
GB2312,GBK,BIG5,JIS and KSCM.
It can also use input methods(table based) from Windows 98 and
UCDOS for MS-DOS.
PR: ports/30433
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/zhcon/files')
-rw-r--r-- | chinese/zhcon/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-aa b/chinese/zhcon/files/patch-aa new file mode 100644 index 000000000000..8bef2bd5570f --- /dev/null +++ b/chinese/zhcon/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Sat Sep 8 19:16:35 2001 ++++ configure Sat Sep 8 19:16:51 2001 +@@ -707,7 +707,7 @@ + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. +- for ac_prog in ginstall scoinst install; do ++ for ac_prog in install scoinst ginstall; do + if test -f $ac_dir/$ac_prog; then + if test $ac_prog = install && + grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then |