diff options
Diffstat (limited to 'pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch')
-rw-r--r-- | pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch b/pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch new file mode 100644 index 0000000..243cb59 --- /dev/null +++ b/pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch @@ -0,0 +1,11 @@ +--- unix/configure.orig 2018-01-20 23:57:20.000000000 -0500 ++++ unix/configure 2018-01-21 00:05:42.000000000 -0500 +@@ -15123,7 +15123,7 @@ echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + + ( exit $ac_status ) +-tcl_cv_strtod_unbroken=broken ++tcl_cv_strtod_unbroken=ok + fi + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext + fi |