Code

Removed already tcl-8.5 applied patch
authorAlin Dobre <alinmd@gmail.com>
Fri, 11 Oct 2013 09:50:40 +0000 (10:50 +0100)
committerAlin Dobre <alinmd@gmail.com>
Fri, 11 Oct 2013 09:50:40 +0000 (10:50 +0100)
Signed-off-by: Alin Dobre <alinmd@gmail.com>
debian/patches/series
debian/patches/tcl-8.5 [deleted file]

index 76fd6d3aa26f1227b112a9e593b895633a5e9e45..a8995e2ed60c594da3099e61cee24f034cec097f 100644 (file)
@@ -4,6 +4,5 @@ no-rpath-for-ruby
 no-rpath-for-perl
 implicit-decl-fix
 bts530814-hurd
-tcl-8.5
 ruby_bindings_format_string.patch
 bts664724-rrdcached-j-segfault
diff --git a/debian/patches/tcl-8.5 b/debian/patches/tcl-8.5
deleted file mode 100644 (file)
index a84798b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c
---- a/bindings/tcl/tclrrd.c
-+++ b/bindings/tcl/tclrrd.c
-@@ -678,7 +678,7 @@ static int init(
-     if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
-         return TCL_ERROR;
--    if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 1) == NULL) {
-+    if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
-         return TCL_ERROR;
-     }