gentoo/dev-lang/tcl/files/tcl-8.6.9-include-spec.patch
Allen Webb 38b2d044a1
dev-lang/tcl: Fix cross compilation by not setting include directory.
Bug: https://bugs.gentoo.org/731120
Signed-off-by: Allen Webb <allenwebb@google.com>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2020-07-15 21:21:39 +02:00

13 lines
488 B
Diff

This resolves https://bugs.gentoo.org/731120
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -895,7 +895,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
# Install time header dir can be set via --includedir
-eval "TCL_INCLUDE_SPEC=\"-I${includedir}\""
+eval "TCL_INCLUDE_SPEC=\"\""
#------------------------------------------------------------------------
# tclConfig.sh refers to this by a different name