pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/tcl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Oct  1 19:17:08 UTC 2019

Modified Files:
        pkgsrc/lang/tcl: Makefile

Log Message:
lang/tcl: fix the build with GNU_CONFIGURE_STRICT=yes


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/lang/tcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/tcl/Makefile
diff -u pkgsrc/lang/tcl/Makefile:1.104 pkgsrc/lang/tcl/Makefile:1.105
--- pkgsrc/lang/tcl/Makefile:1.104      Wed Apr  3 00:32:50 2019
+++ pkgsrc/lang/tcl/Makefile    Tue Oct  1 19:17:08 2019
@@ -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



Home | Main Index | Thread Index | Old Index