diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-13 11:32:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-13 11:32:48 -0400 |
commit | 0986e78484599ae055896f00b88ad588c6ba2d81 (patch) | |
tree | 6c15225d13d1989a96685d5e68d95178b43310e5 /pkgbuild/tcl/0002-tcl8.6.8-unbroken-strtod.patch | |
parent | c9dcc820b15fb98a7288aed6c87570a263e6dd63 (diff) | |
download | pacman-buildsys-master.tar.gz |
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 |