expect, revbump for newer tcl version (#5338)

This commit is contained in:
Schrijvers Luc
2020-10-18 11:42:28 +02:00
committed by GitHub
parent 3b1192f8fa
commit ed115dccf7

View File

@@ -8,7 +8,7 @@ COPYRIGHT="1987-1994 The Regents of the University of California.
1998-1999 Scriptics Corporation.
"
LICENSE="Public Domain"
REVISION="2"
REVISION="3"
SOURCE_URI="http://downloads.sourceforge.net/project/expect/Expect/$portVersion/expect$portVersion.tar.gz"
CHECKSUM_SHA256="b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040"
SOURCE_DIR="expect$portVersion"
@@ -69,7 +69,7 @@ BUILD()
{
autoconf -f
runConfigure --omit-dirs "docDir dataRootDir" ./configure \
--with-tcl=$portPackageLinksDir/tcl_devel/lib
--with-tcl=$(finddir B_SYSTEM_DEVELOP_DIRECTORY)/lib
make $jobArgs
}