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)
This commit is contained in:
parent
67da1af194
commit
5c96135c7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544150
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user