[package] update tcl to 8.5.8, clean-up makefile, use PKG_INSTALL, patch from Raphael...
[packages.git] / lang / tcl / patches / 002-strstr.patch
diff --git a/lang/tcl/patches/002-strstr.patch b/lang/tcl/patches/002-strstr.patch
deleted file mode 100644 (file)
index 8464de1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- tcl8.4.12/compat/strstr.c  2005-04-12 20:28:56.000000000 +0200
-+++ tcl/compat/strstr.c        2005-12-19 13:35:52.087181048 +0100
-@@ -37,7 +37,9 @@
-  *
-  *----------------------------------------------------------------------
-  */
--
-+#ifndef NULL
-+#define NULL
-+#endif
- char *
- strstr(string, substring)
-     register char *string;    /* String to search. */