summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/tcltk/tk/confsearch.diff')
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk/confsearch.diff32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
new file mode 100644
index 000000000..c51e47542
--- /dev/null
+++ b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff
@@ -0,0 +1,32 @@
1Patch by Sergei Golovan allows to find tclConfig.sh in /usr/share/tcltk/tcl8.5
2and tkConfig.sh in /usr/share/tcltk/tk8.5 where they are located in Debian
3installation.
4
5--- tk8.5-8.5.8.orig/unix/configure
6+++ tk8.5-8.5.8/unix/configure
7@@ -1431,6 +1431,7 @@
8 `ls -d ${prefix}/lib 2>/dev/null` \
9 `ls -d /usr/local/lib 2>/dev/null` \
10 `ls -d /usr/contrib/lib 2>/dev/null` \
11+ `ls -d /usr/share/tcltk/tcl8.5 2>/dev/null` \
12 `ls -d /usr/lib 2>/dev/null` \
13 ; do
14 if test -f "$i/tclConfig.sh" ; then
15--- tk8.5-8.5.8.orig/unix/tcl.m4
16+++ tk8.5-8.5.8/unix/tcl.m4
17@@ -93,6 +93,7 @@
18 `ls -d ${prefix}/lib 2>/dev/null` \
19 `ls -d /usr/local/lib 2>/dev/null` \
20 `ls -d /usr/contrib/lib 2>/dev/null` \
21+ `ls -d /usr/share/tcltk/tcl8.5 2>/dev/null` \
22 `ls -d /usr/lib 2>/dev/null` \
23 ; do
24 if test -f "$i/tclConfig.sh" ; then
25@@ -223,6 +224,7 @@
26 `ls -d ${prefix}/lib 2>/dev/null` \
27 `ls -d /usr/local/lib 2>/dev/null` \
28 `ls -d /usr/contrib/lib 2>/dev/null` \
29+ `ls -d /usr/share/tcltk/tk8.5 2>/dev/null` \
30 `ls -d /usr/lib 2>/dev/null` \
31 ; do
32 if test -f "$i/tkConfig.sh" ; then