mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d0dba18d8a
Move to cad/gtkwave since we only have one version of this port, and the move will make maitenance easier. Approved by: kwm (mentor)
11 lines
555 B
Plaintext
11 lines
555 B
Plaintext
--- configure.orig 2012-04-19 14:52:53.532889214 +0600
|
|
+++ configure 2012-04-19 14:52:32.373895264 +0600
|
|
@@ -9212,6 +9212,7 @@
|
|
TCLSPEC_LHS="${TCL_LIB_SPEC% *}"
|
|
TKLSPEC_LHS="${TK_LIB_SPEC% *}"
|
|
LDFLAGS="${LDFLAGS} ${TCLSPEC_LHS} ${TKLSPEC_LHS}"
|
|
+TCL_VERSION=${TCL_VERSION%.*}${TCL_VERSION#*.}
|
|
as_ac_Lib=`$as_echo "ac_cv_lib_tcl${TCL_VERSION}''_Tcl_CreateInterp" | $as_tr_sh`
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl_CreateInterp in -ltcl${TCL_VERSION}" >&5
|
|
$as_echo_n "checking for Tcl_CreateInterp in -ltcl${TCL_VERSION}... " >&6; }
|