mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
(2) Add ability to use system libraries, including tcl & tk in case of Insight, use system libraries by default. (3) Add option to build all needed libraries from provided sources, to make exact copy of "official" toolchain.
20 lines
900 B
Text
20 lines
900 B
Text
--- libgui/configure.orig 2015-10-20 20:28:32.910954662 +0300
|
|
+++ libgui/configure 2015-10-20 20:30:12.038947448 +0300
|
|
@@ -5041,7 +5041,7 @@ else
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
|
|
$as_echo_n "checking for Tcl private headers... " >&6; }
|
|
private_dir=""
|
|
- dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
|
|
+ dir=`echo ${TCL_INCLUDE_SPEC}/generic | sed -e s/-I//`
|
|
if test -f ${dir}/tclInt.h ; then
|
|
private_dir=${dir}
|
|
fi
|
|
@@ -5058,7 +5058,7 @@ $as_echo "${private_dir}" >&6; }
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
|
|
$as_echo_n "checking for Tk private headers... " >&6; }
|
|
private_dir=""
|
|
- dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
|
|
+ dir=`echo ${TK_INCLUDE_SPEC}/generic | sed -e s/-I//`
|
|
if test -f ${dir}/tkInt.h; then
|
|
private_dir=${dir}
|
|
fi
|