summaryrefslogtreecommitdiff
path: root/japanese/expect/files/patch-af
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-27 00:12:17 +0000
commit11275781f876c5c2de370920a8e1deef46f9ccea (patch)
treea5df8d109fa7dcdcf52e5194aa56591cc5fb7b68 /japanese/expect/files/patch-af
parentFix a couple of minor nits. (diff)
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Notes
Notes: svn path=/head/; revision=12144
Diffstat (limited to '')
-rw-r--r--japanese/expect/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/expect/files/patch-af b/japanese/expect/files/patch-af
new file mode 100644
index 000000000000..9e228b4ef354
--- /dev/null
+++ b/japanese/expect/files/patch-af
@@ -0,0 +1,11 @@
+--- 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
+