1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/cad/gtkwave/files/patch-configure
Niclas Zeising d0dba18d8a Update to latest version 3.3.39.
Move to cad/gtkwave since we only have one version of this port, and the
move will make maitenance easier.

Approved by:	kwm (mentor)
2012-09-04 08:46:18 +00:00

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; }