diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-07 07:03:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-07 07:03:43 +0000 |
commit | 82d9fcc2fcece92bc751a3ed407ce52c2e61d8e4 (patch) | |
tree | ad0d28e5e3ae567e5430705f87eef970aaf9b0c8 /chinese/hztty/files/patch-aa | |
parent | Patch to output time in 12hr format (ie, 11:00pm is "11:00" rather than (diff) |
translator between GuoBiao / Big5 and HZ
PR: ports/4622
Submitted by: Ada T Lim <ada@not-enough.bandwidth.org>
Notes
Notes:
svn path=/head/; revision=8149
Diffstat (limited to 'chinese/hztty/files/patch-aa')
-rw-r--r-- | chinese/hztty/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/hztty/files/patch-aa b/chinese/hztty/files/patch-aa new file mode 100644 index 000000000000..896d1983bc28 --- /dev/null +++ b/chinese/hztty/files/patch-aa @@ -0,0 +1,20 @@ +*** Makefile.dist Thu Sep 25 00:26:00 1997 +--- Makefile Thu Sep 25 00:47:01 1997 +*************** +*** 132,138 **** + + + bsd: +! miniconf.sh $(CPP) + ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG} + + posix: +--- 134,140 ---- + + + bsd: +! ./miniconf.sh $(CPP) + ${MAKE} ${MFLAGS} DEFINES='-DBSD' ${PROG} + + posix: + |