<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/16c4b69f42ced0bcde814689daaebd69a7d62019">https://github.com/macports/macports-base/commit/16c4b69f42ced0bcde814689daaebd69a7d62019</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 16c4b69f42ced0bcde814689daaebd69a7d62019
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Sep 25 13:09:12 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Fix HAVE_DECL_CLONE_NOOWNERCOPY substitution
</span>---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure b/configure
</span><span style='display:block; white-space:pre;color:#808080;'>index 8ff5f3eda..74095f44b 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7744,7 +7744,7 @@ printf "%s\n" "#define HAVE_DECL_CLONE_NOOWNERCOPY $ac_have_decl" >>confdefs.h
</span> 
 HAVE_CLONEFILE=$ac_cv_func_clonefile
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-HAVE_DECL_CLONE_NOOWNERCOPY=$ac_cv_func_clonefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+HAVE_DECL_CLONE_NOOWNERCOPY=$ac_cv_have_decl_CLONE_NOOWNERCOPY
</span> 
 if test x$ac_cv_func_clonefile = xyes -a x$ac_cv_have_decl_CLONE_NOOWNERCOPY = xyes; then
 ac_config_files="$ac_config_files vendor/install/Makefile"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure.ac b/configure.ac
</span><span style='display:block; white-space:pre;color:#808080;'>index 00fc03361..74ff029e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -270,7 +270,7 @@ AC_SUBST(HAVE_TIMINGSAFE_BCMP, $ac_cv_func_timingsafe_bcmp)
</span> # For vendor/install
 AC_CHECK_DECLS([CLONE_NOOWNERCOPY], [], [], [[#include <sys/clonefile.h>]])
 AC_SUBST(HAVE_CLONEFILE, $ac_cv_func_clonefile)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-AC_SUBST(HAVE_DECL_CLONE_NOOWNERCOPY, $ac_cv_func_clonefile)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+AC_SUBST(HAVE_DECL_CLONE_NOOWNERCOPY, $ac_cv_have_decl_CLONE_NOOWNERCOPY)
</span> if test x$ac_cv_func_clonefile = xyes -a x$ac_cv_have_decl_CLONE_NOOWNERCOPY = xyes; then
 AC_CONFIG_FILES([vendor/install/Makefile])
 fi
</pre><pre style='margin:0'>

</pre>