diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-develop.tar.gz baldeagleos-repo-develop.tar.xz baldeagleos-repo-develop.zip | |
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 | 13 |
1 files changed, 0 insertions, 13 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 dba4973c1fd9..000000000000 --- a/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/flightaware/TclXML/pull/4 - ---- a/tclxml.c -+++ b/tclxml.c -@@ -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))) |
