diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-05 21:10:58 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-05 21:11:23 +0100 |
commit | 2612e90a3af55867f1c3003e3f4d8e4a12a062cb (patch) | |
tree | 056d2ee78e9a3a34d126663163b444356759db71 /dev-tcltk/tdom/files | |
parent | app-text/tesseract: drop 5.3.0, 5.3.4 (diff) | |
download | gentoo-2612e90a3af55867f1c3003e3f4d8e4a12a062cb.tar.gz gentoo-2612e90a3af55867f1c3003e3f4d8e4a12a062cb.tar.bz2 gentoo-2612e90a3af55867f1c3003e3f4d8e4a12a062cb.zip |
dev-tcltk/tdom: add 0.9.5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r-- | dev-tcltk/tdom/files/tdom-0.9.4-useCC.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.4-useCC.patch b/dev-tcltk/tdom/files/tdom-0.9.4-useCC.patch new file mode 100644 index 000000000000..18af36b7792b --- /dev/null +++ b/dev-tcltk/tdom/files/tdom-0.9.4-useCC.patch @@ -0,0 +1,28 @@ +--- a/tclconfig/tcl.m4 2024-11-05 20:59:09.219230897 +0100 ++++ b/tclconfig/tcl.m4 2024-11-05 21:01:32.642430617 +0100 +@@ -423,7 +423,6 @@ + AC_SUBST(TCL_STUB_LIB_SPEC) + + AC_MSG_CHECKING([platform]) +- hold_cc=$CC; CC="$TCL_CC" + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[ + #ifdef _WIN32 + #error win32 +@@ -436,7 +435,6 @@ + TEA_PLATFORM="windows" + AC_CHECK_PROG(CYGPATH, cygpath, cygpath -m, echo) + ]) +- CC=$hold_cc + AC_MSG_RESULT($TEA_PLATFORM) + + # The BUILD_$pkg is to define the correct extern storage class +--- a/configure.ac 2024-11-05 21:02:53.670413146 +0100 ++++ b/configure.ac 2024-11-05 21:03:19.630087072 +0100 +@@ -30,6 +30,7 @@ + TEA_INIT() + + AC_CONFIG_AUX_DIR(tclconfig) ++AC_CONFIG_SUBDIRS([extensions/tnc extensions/example]) + + #-------------------------------------------------------------------- + # Load the tclConfig.sh file |