svn commit: r325277 - head/Templates

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 23 19:33:44 UTC 2013


Author: bapt
Date: Fri Aug 23 19:33:43 2013
New Revision: 325277
URL: http://svnweb.freebsd.org/changeset/ports/325277

Log:
  Cache strlcpy and strlcat tests

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Fri Aug 23 19:32:48 2013	(r325276)
+++ head/Templates/config.site	Fri Aug 23 19:33:43 2013	(r325277)
@@ -277,6 +277,8 @@
 : ${ac_cv_func_wcslen=yes}
 : ${ac_cv_func_wcsnlen=yes}
 : ${ac_cv_func_wcwidth=yes}
+: ${ac_cv_func_strlcpy=yes}
+: ${ac_cv_func_strlcat=yes}
 
 # non existing functions
 : ${ac_cv_func_yield=no}


More information about the svn-ports-head mailing list