diff options
author | Sam James <sam@gentoo.org> | 2022-11-23 00:32:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-23 00:32:55 +0000 |
commit | 4d5923d9d8e5f241902558b610a05b727cbaa229 (patch) | |
tree | ac2177969dd4edee854ef15627522d13f0eecec1 /dev-tcltk/tclxml | |
parent | dev-tcltk/tclreadline: fix configure w/ clang 16 (diff) | |
download | gentoo-4d5923d9d8e5f241902558b610a05b727cbaa229.tar.gz gentoo-4d5923d9d8e5f241902558b610a05b727cbaa229.tar.bz2 gentoo-4d5923d9d8e5f241902558b610a05b727cbaa229.zip |
dev-tcltk/tclxml: add link to upstream PR
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tcltk/tclxml')
-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> |