summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-17 22:56:19 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-17 22:56:19 +0000
commitdcc9f8d549c610fe766d76b97a77f554ddc7a3eb (patch)
treea9ec03c49aa98359e0f8563ab5e5dc6a662af8c4 /dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-dcc9f8d549c610fe766d76b97a77f554ddc7a3eb.tar.gz
gentoo-2-dcc9f8d549c610fe766d76b97a77f554ddc7a3eb.tar.bz2
gentoo-2-dcc9f8d549c610fe766d76b97a77f554ddc7a3eb.zip
Fix expectk handling, and include a few more headers #279335 by OKUMURA N. Shin-ya.
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch')
-rw-r--r--dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch b/dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch
new file mode 100644
index 000000000000..0c0ba80293e0
--- /dev/null
+++ b/dev-tcltk/expect/files/expect-5.44.1.15-expectk.patch
@@ -0,0 +1,14 @@
+expectk is only built when TK_BIN_DIR is defined. the configure script
+takes care of figuring out this value, but then they forgot to actually
+write it out to the Makefile.
+
+--- Makefile.in
++++ Makefile.in
+@@ -24,6 +24,7 @@
+ # SETUID = chmod u+s
+
+ LIB_RUNTIME_DIR = $(DESTDIR)@libdir@
++TK_BIN_DIR = @TK_BIN_DIR@
+
+ # The following Expect scripts are not necessary to have installed as
+ # commands, but are very useful. Edit out what you don't want