1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/mail/tkrat2/files/patch-aa
Bill Fumerola 9908d1215a welcome tkrat v2.0b7 (repo copied from ports/mail/tkrat)
Submitted by:	Stephen J. Roznowski <sjr@home.net>
[I did do some work on it, if something is wrong, it's probably my fault.]
2000-01-29 20:50:32 +00:00

12 lines
488 B
Plaintext

--- configure.orig Tue Nov 9 21:19:42 1999
+++ configure Tue Nov 9 21:21:04 1999
@@ -1824,7 +1824,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