1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/tcl76/files/patch-ac

21 lines
545 B
Plaintext
Raw Normal View History

--- ./tclConfig.sh.in.orig Fri Jan 31 09:17:04 1997
+++ ./tclConfig.sh.in Tue Mar 4 13:13:25 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@
@@ -69,7 +69,7 @@
TCL_COMPAT_OBJS='@LIBOBJS@'
# Name of the ranlib program to use.
-TCL_RANLIB='@RANLIB@'
+TCL_RANLIB=ranlib
# String to pass to linker to pick up the Tcl library from its
# build directory.