aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-06-10 21:23:04 +0000
committerRene Ladan <rene@FreeBSD.org>2017-06-10 21:23:04 +0000
commitdecbfff56f05a3c0e8637fc13a52f1a6b591caab (patch)
treea5d46167d93ec929e6c91081f16d7c83c3152088 /Templates
parentda8a5343f516182482de325925387dcf4616d7bb (diff)
downloadports-decbfff56f05a3c0e8637fc13a52f1a6b591caab.tar.gz
ports-decbfff56f05a3c0e8637fc13a52f1a6b591caab.zip
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
Notes
Notes: svn path=/head/; revision=443121
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.site14
1 files changed, 5 insertions, 9 deletions
diff --git a/Templates/config.site b/Templates/config.site
index cf314a6156bf..4e2c35c8a4ca 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -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}