aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-08-04 09:03:23 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-08-04 09:03:23 +0000
commit5c96135c7f397da03f36001de72de6a56224fdaf (patch)
tree024d5f8f3b37a21683213ea8c8f9b71afc7bb32e /Templates
parent67da1af1940ba7c947629cf8cdd5fa53966457bd (diff)
downloadports-5c96135c7f397da03f36001de72de6a56224fdaf.tar.gz
ports-5c96135c7f397da03f36001de72de6a56224fdaf.zip
Set configure variables to "yes" instead of "1".
The configure script in the next version of gettext specifically tests for gl_cv_func_sigprocmask=yes. PR: 248346 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=544150
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.site4
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/config.site b/Templates/config.site
index 037da2a230a7..101bb66a278e 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -875,7 +875,7 @@
: ${gl_cv_func_ldexp_no_libm=yes}
: ${gl_cv_func_lseek_pipe=yes}
: ${gl_cv_func_lstat_dereferences_slashed_symlink=yes}
-: ${gl_cv_func_malloc_0_nonnull=1}
+: ${gl_cv_func_malloc_0_nonnull=yes}
: ${gl_cv_func_malloc_posix=yes}
: ${gl_cv_func_mbrtowc_incomplete_state=yes}
: ${gl_cv_func_mbrtowc_nul_retval=yes}
@@ -896,7 +896,7 @@
: ${gl_cv_func_printf_positions=yes}
: ${gl_cv_func_printf_precision=yes}
: ${gl_cv_func_printf_sizes_c99=yes}
-: ${gl_cv_func_sigprocmask=1}
+: ${gl_cv_func_sigprocmask=yes}
: ${gl_cv_func_snprintf_retval_c99=yes}
: ${gl_cv_func_snprintf_size1=yes}
: ${gl_cv_func_snprintf_usable=yes}