1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/tcl76/files/patch-ac
Satoshi Asami f68e96f599 Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.
Closes PR ports/2937.

Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1997-03-11 11:02:41 +00:00

21 lines
545 B
Plaintext

--- ./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.