summaryrefslogtreecommitdiffstats
path: root/package/tcl/tcl-strstr.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-13 15:51:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-13 16:13:38 +0100
commit155667c237ac77ba64d984feb01dbad34ff1189d (patch)
tree701031e4f5bd82d02e468a8979bfe0c1f74207cc /package/tcl/tcl-strstr.patch
parent60ff66d8075184855fbffee65cc3506aa12c8a75 (diff)
downloadbuildroot-novena-155667c237ac77ba64d984feb01dbad34ff1189d.tar.gz
buildroot-novena-155667c237ac77ba64d984feb01dbad34ff1189d.zip
Bump TCL version and switch to the autotools infrastructure
The version of TCL is bumped from 8.4.9 to 8.4.19, which fixes the build breakage reported by Maxime Ripard <maxime.ripard@anandra.org> on January, 6th, 2010. The tcl-strtod patch is kept since it is still needed, the two other patches are no longer useful. At the same time, the package is converted to the autotools infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tcl/tcl-strstr.patch')
-rw-r--r--package/tcl/tcl-strstr.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/tcl/tcl-strstr.patch b/package/tcl/tcl-strstr.patch
deleted file mode 100644
index 3bed414cf..000000000
--- a/package/tcl/tcl-strstr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tcl8.4.9/compat/strstr.c 2002-01-26 03:10:08.000000000 +0200
-+++ tcl8.4.9/compat/strstr.c 2005-05-30 06:53:40.000000000 +0300
-@@ -33,6 +33,8 @@
- *----------------------------------------------------------------------
- */
-
-+#include <unistd.h>
-+
- char *
- strstr(string, substring)
- register char *string; /* String to search. */