svn commit: r316493 - head/Templates
Bryan Drewery
bdrewery at FreeBSD.org
Thu Apr 25 02:14:44 UTC 2013
Author: bdrewery
Date: Thu Apr 25 02:14:44 2013
New Revision: 316493
URL: http://svnweb.freebsd.org/changeset/ports/316493
Log:
waitid(2) is only in 10
Reported by: nox, koobs
With hat: portmgr
Modified:
head/Templates/config.site
Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site Thu Apr 25 02:12:48 2013 (r316492)
+++ head/Templates/config.site Thu Apr 25 02:14:44 2013 (r316493)
@@ -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}
More information about the svn-ports-all
mailing list