summaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmpd/files/patch-configure.ac
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-26 07:45:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-26 07:45:09 +0000
commit76843608455d692f1b89ef776758b2c2194846d6 (patch)
tree6545e5460d28c2d7bf0cd71822fa8f7c0be18a25 /net-mgmt/bsnmpd/files/patch-configure.ac
parentUpdate to wejp's new web site and unbreak (diff)
Update to 1.12
PR: 96285 Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=160495
Diffstat (limited to 'net-mgmt/bsnmpd/files/patch-configure.ac')
-rw-r--r--net-mgmt/bsnmpd/files/patch-configure.ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/bsnmpd/files/patch-configure.ac b/net-mgmt/bsnmpd/files/patch-configure.ac
new file mode 100644
index 000000000000..d113f099df0e
--- /dev/null
+++ b/net-mgmt/bsnmpd/files/patch-configure.ac
@@ -0,0 +1,22 @@
+--- configure.ac.orig Mon Feb 27 13:03:16 2006
++++ configure.ac Mon Apr 24 23:18:56 2006
+@@ -78,10 +78,6 @@
+ # check for getaddrinfo
+ AC_CHECK_FUNCS(getaddrinfo)
+
+-# check for a usable tree.h
+-AC_CHECK_HEADER(sys/tree.h,
+- AC_DEFINE(HAVE_SYS_TREE_H))
+-
+ # check whether we have posix stdint.h or at least inttypes.h
+ AC_CHECK_HEADER(stdint.h,
+ AC_DEFINE(HAVE_STDINT_H))
+@@ -126,6 +122,8 @@
+ AC_DEFINE_UNQUOTED(QUADXFMT, ${ac_cv_quad_fmt}"x")
+ fi
+
++AC_EGREP_HEADER(ifi_link_state, net/if.h,
++ AC_DEFINE(HAVE_MIB_LINKSTATE))
+
+ AC_CONFIG_FILES([
+ Makefile:config/Makefile.pre:Makefile.in