mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add more functions to the autoconf cache that appeared in FreeBSD 9 or 10.
PR: 219871 Submitted by: rene Reviewed by: bdrewery Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D11101
This commit is contained in:
parent
da8a5343f5
commit
decbfff56f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443121
1 changed files with 5 additions and 9 deletions
|
@ -116,8 +116,7 @@
|
|||
: ${ac_cv_header_random_h=no}
|
||||
: ${ac_cv_header_vfork_h=no}
|
||||
|
||||
# This appears in FreeBSD 10 do not cache it.
|
||||
#: ${gl_cv_have_raw_decl_strchrnul=yes}
|
||||
: ${gl_cv_have_raw_decl_strchrnul=yes}
|
||||
: ${gl_cv_have_raw_decl_memcpy=no}
|
||||
: ${gl_cv_have_raw_decl_memmem=yes}
|
||||
: ${gl_cv_have_raw_decl_memrchr=yes}
|
||||
|
@ -230,13 +229,10 @@
|
|||
: ${gl_cv_sys_struct_timespec_in_time_h=yes}
|
||||
: ${gl_cv_sys_struct_timeval=yes}
|
||||
|
||||
# Has appearred in FreeBSD 10
|
||||
#: ${ac_cv_func_waitid=yes}
|
||||
# Has appearred in FreeBSD 10
|
||||
#: ${ac_cv_func_strchrnul=yes}
|
||||
# Has appearred in FreeBSD 9
|
||||
#: ${ac_cv_func_uselocale=yes}
|
||||
#: ${ac_cv_func_newlocale=yes}
|
||||
: ${ac_cv_func_waitid=yes}
|
||||
: ${ac_cv_func_strchrnul=yes}
|
||||
: ${ac_cv_func_uselocale=yes}
|
||||
: ${ac_cv_func_newlocale=yes}
|
||||
|
||||
# Functions
|
||||
: ${ac_cv_func___b64_ntop=yes}
|
||||
|
|
Loading…
Add table
Reference in a new issue