diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-02 13:01:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-02 13:01:25 +0000 |
commit | 59baa782f09e66b7b6e69b4f5e88112da329501c (patch) | |
tree | c5b360ced40569f4c6ec3304c4ce99f966da6b0c /japanese/tcl76/files/patch-ac | |
parent | Change "/usr/local" to "${LOCALBASE}". While I'm here, change (diff) |
Japanized tcl ver 7.6. Together with the tk import, closes PR
ports/2764.
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Notes
Notes:
svn path=/head/; revision=5788
Diffstat (limited to 'japanese/tcl76/files/patch-ac')
-rw-r--r-- | japanese/tcl76/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/tcl76/files/patch-ac b/japanese/tcl76/files/patch-ac new file mode 100644 index 000000000000..7b451b4f4ce3 --- /dev/null +++ b/japanese/tcl76/files/patch-ac @@ -0,0 +1,11 @@ +--- tclConfig.sh.in.ORIG Mon Feb 10 13:22:37 1997 ++++ tclConfig.sh.in Mon Feb 10 13:23:28 1997 +@@ -20,7 +20,7 @@ + TCL_CC='@CC@' + + # -D flags for use with the C compiler. +-TCL_DEFS='@DEFS@' ++TCL_DEFS='@DEFS@ -DKANJI' + + # The name of the Tcl library (may be either a .a file or a shared library): + TCL_LIB_FILE=@TCL_LIB_FILE@ |