Index: ports/tcl/build.sh |
diff --git a/ports/tcl/build.sh b/ports/tcl/build.sh |
index 1e5bb07cf840eb1d69544b24c9c308982ca8355e..2d5b2f2b6d014c9854b5df12fb9b37a7d1e2d179 100644 |
--- a/ports/tcl/build.sh |
+++ b/ports/tcl/build.sh |
@@ -18,6 +18,7 @@ INSTALL_TARGETS="install-binaries" |
# The fallbacks seem to be non-general. |
export tcl_cv_strtod_buggy=ok |
export ac_cv_func_strtod=yes |
+export ac_cv_func_memmove=yes |
export tcl_cv_strtod_unbroken=ok |
# Prevent non-cross compile clean parts of the build from assuming the host |