diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/fix-configure.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/fix-configure.patch b/meta/recipes-devtools/tcltk/tcl/fix-configure.patch deleted file mode 100644 index b692a0ebe0..0000000000 --- a/meta/recipes-devtools/tcltk/tcl/fix-configure.patch +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: unix/tcl.m4 | ||
4 | =================================================================== | ||
5 | --- tcl8.4.11/unix.orig/tcl.m4 | ||
6 | +++ tcl8.4.11/unix/tcl.m4 | ||
7 | @@ -845,7 +845,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ | ||
8 | # results, and the version is kept in special file). | ||
9 | |||
10 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
11 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` | ||
12 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` | ||
13 | fi | ||
14 | if test "`uname -s`" = "AIX" ; then | ||
15 | system=AIX-`uname -v`.`uname -r` | ||
16 | @@ -2250,7 +2250,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [ | ||
17 | # results, and the version is kept in special file). | ||
18 | |||
19 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
20 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` | ||
21 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` | ||
22 | fi | ||
23 | if test "`uname -s`" = "AIX" ; then | ||
24 | system=AIX-`uname -v`.`uname -r` | ||
25 | Index: unix/configure | ||
26 | =================================================================== | ||
27 | --- tcl8.4.11/unix.orig/configure | ||
28 | +++ tcl8.4.11/unix/configure | ||
29 | @@ -2130,7 +2130,7 @@ echo "configure:2121: checking system ve | ||
30 | # results, and the version is kept in special file). | ||
31 | |||
32 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
33 | - system=MP-RAS-`awk '{print }' /etc/.relid'` | ||
34 | + system=MP-RAS-`awk '{print }' /etc/.relid` | ||
35 | fi | ||
36 | if test "`uname -s`" = "AIX" ; then | ||
37 | system=AIX-`uname -v`.`uname -r` | ||
38 | @@ -7608,7 +7608,7 @@ echo "configure:7600: checking FIONBIO v | ||
39 | # results, and the version is kept in special file). | ||
40 | |||
41 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
42 | - system=MP-RAS-`awk '{print }' /etc/.relid'` | ||
43 | + system=MP-RAS-`awk '{print }' /etc/.relid` | ||
44 | fi | ||
45 | if test "`uname -s`" = "AIX" ; then | ||
46 | system=AIX-`uname -v`.`uname -r` | ||