diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 14:45:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 18:33:53 +0200 |
commit | cf4ac9ed2b386d819591e9896ea506dacd40390a (patch) | |
tree | f3eb702e7f723f665e9118721c3406db26031e1f /dev-tcltk/tdom/files | |
parent | sys-kernel/gentoo-sources: add 6.1.48, tpm fix (diff) | |
download | gentoo-cf4ac9ed2b386d819591e9896ea506dacd40390a.tar.gz gentoo-cf4ac9ed2b386d819591e9896ea506dacd40390a.tar.bz2 gentoo-cf4ac9ed2b386d819591e9896ea506dacd40390a.zip |
dev-tcltk/tdom: drop 0.9.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r-- | dev-tcltk/tdom/files/tdom-0.9.1-useCC.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.9.1-useCC.patch b/dev-tcltk/tdom/files/tdom-0.9.1-useCC.patch deleted file mode 100644 index 918c944b6f69..000000000000 --- a/dev-tcltk/tdom/files/tdom-0.9.1-useCC.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- 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.in 2019-12-07 22:06:56.954496437 +0100 -+++ b/configure.in 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 |