summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-23 00:32:55 +0000
committerSam James <sam@gentoo.org>2022-11-23 00:32:55 +0000
commit4d5923d9d8e5f241902558b610a05b727cbaa229 (patch)
treeac2177969dd4edee854ef15627522d13f0eecec1
parentdev-tcltk/tclreadline: fix configure w/ clang 16 (diff)
downloadgentoo-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>
-rw-r--r--dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch7
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>