aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-30 14:14:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-30 14:14:36 +0000
commit84a4799e205c2e895194a3153237171ff2da22b8 (patch)
treee4ba8d51e964067077ab9b2e8b8e140f6a2841c1 /Templates
parent8973ce98ad3697d27379cd31cf2208f8eeaaab62 (diff)
downloadports-84a4799e205c2e895194a3153237171ff2da22b8.tar.gz
ports-84a4799e205c2e895194a3153237171ff2da22b8.zip
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
Notes
Notes: svn path=/head/; revision=316933
Diffstat (limited to 'Templates')
-rw-r--r--Templates/config.site2
1 files changed, 2 insertions, 0 deletions
diff --git a/Templates/config.site b/Templates/config.site
index f935c8f56830..4d7dfb9785d0 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -55,6 +55,8 @@ ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
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}