svn commit: r316933 - head/Templates

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 30 14:14:36 UTC 2013


Author: bapt
Date: Tue Apr 30 14:14:36 2013
New Revision: 316933
URL: http://svnweb.freebsd.org/changeset/ports/316933

Log:
  All supported FreeBSD have net/if.h and net/if_media.h cache them in config.site given that they are often badly tested by autotools

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Tue Apr 30 14:12:58 2013	(r316932)
+++ head/Templates/config.site	Tue Apr 30 14:14:36 2013	(r316933)
@@ -55,6 +55,8 @@ ac_cv_header_wctype_h=${ac_cv_header_wct
 ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
 ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
 ac_cv_header_spawn_h=${ac_cv_header_spawn_h=yes}
+ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
+ac_cv_header_net_if_media_h=${ac_cv_header_net_if_media_h=yes}
 
 ac_cv_header_dl_h=${ac_cv_header_dl_h=no}
 ac_cv_header_malloc_h=${ac_cv_header_malloc_h=no}


More information about the svn-ports-head mailing list