mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
04f4eb1e86
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Obtained from: ports-jp@ja.freebsd.org
14 lines
519 B
Plaintext
14 lines
519 B
Plaintext
--- configure.orig Tue Sep 21 15:27:50 1999
|
|
+++ configure Tue Sep 21 15:27:50 1999
|
|
@@ -646,8 +646,8 @@
|
|
# ITCL_LIB_SPEC already set in itclConfig.sh
|
|
ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl${ITCL_VERSION}.a
|
|
else
|
|
- TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include
|
|
- TK_INCLUDE_PATH=$TK_EXEC_PREFIX/include
|
|
+ TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include/tcl${TCL_VERSION}
|
|
+ TK_INCLUDE_PATH=$TK_EXEC_PREFIX/include/tk${TK_VERSION}
|
|
NEED_ITCL_LIB=lib_itcl
|
|
ITCL_LIB_SPEC=itcl/libitcl.a
|
|
ITCL_LIB_STATIC=itcl/libitcl.a
|