commit: 4d5923d9d8e5f241902558b610a05b727cbaa229 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 23 00:32:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 00:32:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5923d9
dev-tcltk/tclxml: add link to upstream PR Signed-off-by: Sam James <sam <AT> gentoo.org> dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch | 7 ++++--- 1 file 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>
