tk: Update to 8.6.16
This commit is contained in:
parent
6bf07a00b9
commit
be5f1480ca
@ -9,11 +9,11 @@ diff -Naur tk8.6.5-orig/win/tcl.m4 tk8.6.5/win/tcl.m4
|
||||
AC_CACHE_CHECK(for mingw32 version of gcc,
|
||||
ac_cv_win32,
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
||||
@@ -695,6 +694,7 @@
|
||||
@@ -717,6 +716,7 @@
|
||||
if test "${SHARED_BUILD}" = "0" ; then
|
||||
# static
|
||||
AC_MSG_RESULT([using static flags])
|
||||
+ extra_ldflags="-pipe -static-libgcc"
|
||||
AC_MSG_RESULT([using static flags])
|
||||
+ extra_ldflags="-pipe -static-libgcc"
|
||||
runtime=
|
||||
LIBRARIES="\${STATIC_LIBRARIES}"
|
||||
EXESUFFIX="s\${DBGX}.exe"
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
_realname=tk
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
_basever=8.6.13
|
||||
_basever=8.6.16
|
||||
_patch=
|
||||
pkgver=${_basever}${_patch}
|
||||
pkgrel=1
|
||||
@ -22,12 +22,12 @@ source=("https://downloads.sourceforge.net/sourceforge/tcl/${_realname}${pkgver}
|
||||
005-install-pkgconf.mingw.patch
|
||||
006-prevent-tclStubsPtr-segfault.patch
|
||||
008-dont-link-shared-with--static-libgcc.patch)
|
||||
sha256sums=('2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675'
|
||||
sha256sums=('be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe'
|
||||
'3282a5f5fbcc932bb12b82a0b658f69187c90b1018917d05d579fa1b8868e4a8'
|
||||
'e6e843eff45b2cd2e371bb732209a0d65dcb23ddcd51bc1d2e372efc071a6c37'
|
||||
'b968a0fdeacb01f920759fa7e04628a2b08a22b5db4ae9022dfae153e0a3d36a'
|
||||
'2d3d5ac70ed8e92abf441b3e0b7ef94996fc9c2fe32f3d455974012fba166b7c'
|
||||
'228bbd94b5c5a362032e70d363cd04ff20e851663973ddbceebf5f235717d669')
|
||||
'a104e5fb650e9c27b7738c1e591960fe98cfe275c9679a82a9cfd89b2582cd04')
|
||||
|
||||
_apply_patch_with_msg() {
|
||||
for _patch in "$@"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user