mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
11275781f8
PR: 7340 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
--- aclocal.m4.ORIG Tue Jul 21 09:53:21 1998
|
|
+++ aclocal.m4 Tue Jul 21 09:55:25 1998
|
|
@@ -149,7 +149,7 @@
|
|
# this hack is cause the TCLHDIR won't print if there is a "-I" in it.
|
|
TCLHDIR="${ac_cv_c_tclh}"
|
|
TCLHDIRDASHI="-I${ac_cv_c_tclh}"
|
|
- TCL_LIBRARY=`echo $TCLHDIR | sed -e 's/generic//'`library
|
|
+ TCL_LIBRARY=`echo $TCLHDIR | sed -e 's/include/lib/' | sed -e s/generic//'`
|
|
fi
|
|
fi
|
|
|