From ca22cc052ca7497356fdebf7598f84689de89d87 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 1 Oct 2019 19:17:08 +0000 Subject: lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes --- lang/tcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 79e9277c8b5..309ca2369b6 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2019/04/03 00:32:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.105 2019/10/01 19:17:08 rillig Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/tcl${TCL_VERSION} USE_GCC_RUNTIME= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_STRICT= no # because of the nested itcl4.1.2 CONFIGURE_DIRS= unix BUILD_DIRS= ${CONFIGURE_DIRS} INSTALL_TARGET= install -- cgit v1.2.3