diff options
author | rillig <rillig@pkgsrc.org> | 2019-10-01 19:17:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-10-01 19:17:08 +0000 |
commit | ca22cc052ca7497356fdebf7598f84689de89d87 (patch) | |
tree | f4ce000e2777617cffe8cb06fffcaa65f9d0fe39 /lang/tcl | |
parent | 2bfbf3057dc7bba3f15670bf569485ea39b106a9 (diff) | |
download | pkgsrc-ca22cc052ca7497356fdebf7598f84689de89d87.tar.gz |
lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 3 |
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 |