diff options
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.patch | 7 |
1 files changed, 4 insertions, 3 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 index b463306abf1e..dba4973c1fd9 100644 --- a/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch +++ b/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch @@ -1,6 +1,7 @@ -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 +https://github.com/flightaware/TclXML/pull/4 + +--- a/tclxml.c ++++ b/tclxml.c @@ -20,6 +20,8 @@ #include <tclxslt/tclxslt.h> #include <string.h> |