mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7032f98510
PR: 18931, 17426 Submitted by: Stephen J. Roznowski <sjr@home.com> Reported by: Mikhail Teterin <mi@aldan.algebra.com>
12 lines
488 B
Plaintext
12 lines
488 B
Plaintext
--- configure.orig Wed Apr 19 01:28:50 2000
|
|
+++ configure Wed May 31 23:11:52 2000
|
|
@@ -1893,7 +1893,7 @@
|
|
for i in $tcl_dirs ; do
|
|
tcl_include_dirs="$tcl_include_dirs $i/include"
|
|
done
|
|
-tcl_include_dirs="$tcl_with_include $tcl_include_dirs /usr/include/tcl /usr/include"
|
|
+tcl_include_dirs="$tcl_with_include $tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include/tcl /usr/include"
|
|
tcl_dir=0
|
|
for i in $tcl_include_dirs ; do
|
|
if test -r $i/tcl.h ; then
|