mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Templates/config.site: gl_cv_func_fnmatch_posix=no
FreeBSD fnmatch(3) does not conform to POSIX. Collating symbol expressions, equivalence class expressions and character class expressions are not supported. This fixes make test in devel/gettext-tools. PR: 277725 Exp-run by: antoine
This commit is contained in:
parent
d7511b9d00
commit
b2238657fa
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@
|
|||
: ${gl_cv_func_btowc_eof=yes}
|
||||
: ${gl_cv_func_btowc_nul=yes}
|
||||
: ${gl_cv_func_fcntl_f_dupfd_cloexec=yes}
|
||||
: ${gl_cv_func_fnmatch_posix=yes}
|
||||
: ${gl_cv_func_fnmatch_posix=no}
|
||||
: ${gl_cv_func_fopen_slash=yes}
|
||||
: ${gl_cv_func_frexp_no_libm=yes}
|
||||
: ${gl_cv_func_fseeko=yes}
|
||||
|
|
Loading…
Add table
Reference in a new issue