aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-04-25 02:14:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-04-25 02:14:44 +0000
commite57cf32ecaf39dd479ce7fb3bac9da0e1b186cb9 (patch)
tree1f5350261eb995e22860963e87cdc5cb0899ef73 /Templates
parent3bdf29b0b6b488c3db03c66fa615939b7202b159 (diff)
downloadports-e57cf32ecaf39dd479ce7fb3bac9da0e1b186cb9.tar.gz
ports-e57cf32ecaf39dd479ce7fb3bac9da0e1b186cb9.zip
waitid(2) is only in 10
Reported by: nox, koobs With hat: portmgr
Notes
Notes: svn path=/head/; revision=316493
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.site3
1 files changed, 2 insertions, 1 deletions
diff --git a/Templates/config.site b/Templates/config.site
index 37528a0fc5aa..f935c8f56830 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -161,7 +161,8 @@ ac_cv_func_vfork=${ac_cv_func_vfork=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
-ac_cv_func_waitid=${ac_cv_func_waitid=yes}
+# Has appearred in FreeBSD 10
+#ac_cv_func_waitid=${ac_cv_func_waitid=yes}
ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
ac_cv_func_strtol=${ac_cv_func_strtol=yes}