pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl lang/tcl: fix the build with GNU_CONFIGURE_ST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3bd743f1317
branches:  trunk
changeset: 341387:b3bd743f1317
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 01 19:17:08 2019 +0000

description:
lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes

diffstat:

 lang/tcl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1bcf9e8d48ac -r b3bd743f1317 lang/tcl/Makefile
--- a/lang/tcl/Makefile Tue Oct 01 18:44:15 2019 +0000
+++ b/lang/tcl/Makefile Tue Oct 01 19:17:08 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index