diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-10-25 21:57:07 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-10-25 21:57:07 +0200 |
commit | 5f35ff2c2e9870c41acfb456aa857ab5805af455 (patch) | |
tree | 3a0c4c9a583ce4af911b80cd1db8e6983733be4b /dev-tcltk/tdom/files | |
parent | mail-filter/libspf2: drop obsolete (3+ year) blocker (diff) | |
download | gentoo-5f35ff2c2e9870c41acfb456aa857ab5805af455.tar.gz gentoo-5f35ff2c2e9870c41acfb456aa857ab5805af455.tar.bz2 gentoo-5f35ff2c2e9870c41acfb456aa857ab5805af455.zip |
dev-tcltk/tdom: bump 0.9.2
Package-Manager: Portage-3.0.20, Repoman-3.0.3
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.2-useCC.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.2-useCC.patch b/dev-tcltk/tdom/files/tdom-0.9.2-useCC.patch new file mode 100644 index 000000000000..cdfdcb8bf815 --- /dev/null +++ b/dev-tcltk/tdom/files/tdom-0.9.2-useCC.patch @@ -0,0 +1,28 @@ +--- a/tclconfig/tcl.m4 2019-12-07 22:00:18.094712146 +0100 ++++ b/tclconfig/tcl.m4 2019-12-07 22:00:28.961515544 +0100 +@@ -434,7 +434,6 @@ + AC_SUBST(TCL_STUB_LIB_SPEC) + + AC_MSG_CHECKING([platform]) +- hold_cc=$CC; CC="$TCL_CC" + AC_TRY_COMPILE(,[ + #ifdef _WIN32 + #error win32 +@@ -446,7 +445,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 2019-12-07 22:06:56.954496437 +0100 ++++ b/configure.ac 2019-12-07 22:07:53.538472872 +0100 +@@ -33,6 +33,7 @@ + TEA_INIT([3.13]) + + AC_CONFIG_AUX_DIR(tclconfig) ++AC_CONFIG_SUBDIRS([extensions/tnc extensions/example]) + + #-------------------------------------------------------------------- + # Load the tclConfig.sh file |