Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2013 19:33:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325277 - head/Templates
Message-ID:  <201308231933.r7NJXhua042857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308231933.r7NJXhua042857>