summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-10-01 19:17:08 +0000
committerrillig <rillig@pkgsrc.org>2019-10-01 19:17:08 +0000
commitca22cc052ca7497356fdebf7598f84689de89d87 (patch)
treef4ce000e2777617cffe8cb06fffcaa65f9d0fe39
parent2bfbf3057dc7bba3f15670bf569485ea39b106a9 (diff)
downloadpkgsrc-ca22cc052ca7497356fdebf7598f84689de89d87.tar.gz
lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes
-rw-r--r--lang/tcl/Makefile3
1 files changed, 2 insertions, 1 deletions
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