summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch')
-rw-r--r--dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch b/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch
deleted file mode 100644
index b463306abf1e..000000000000
--- a/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN tclxml-3.2.orig/tclxml.c tclxml-3.2/tclxml.c
---- tclxml-3.2.orig/tclxml.c 2009-06-08 12:56:10.000000000 +0200
-+++ tclxml-3.2/tclxml.c 2009-06-08 12:57:24.000000000 +0200
-@@ -20,6 +20,8 @@
- #include <tclxslt/tclxslt.h>
- #include <string.h>
-
-+int Tcldom_libxml2_Init ( Tcl_Interp *interp );
-+
- #define TCL_DOES_STUBS \
- (TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
- (TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))