1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/expect/files/patch-af
Steve Price 11275781f8 Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR:		7340
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-07-27 00:12:17 +00:00

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