aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-10-14 16:07:54 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-10-14 16:07:54 +0000
commiteab4eef5bedba658391d8871b47edca37f4eed4a (patch)
tree5b5c9672b6fa94c6de98edf247f2f1cb3e8ac176 /net-mgmt
parent8547d1b97bf8ccada3b26bee0b0295fd73652275 (diff)
downloadports-eab4eef5bedba658391d8871b47edca37f4eed4a.tar.gz
ports-eab4eef5bedba658391d8871b47edca37f4eed4a.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp/files/patch-include__net-snmp__net-snmp-config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-include__net-snmp__net-snmp-config.h.in b/net-mgmt/net-snmp/files/patch-include__net-snmp__net-snmp-config.h.in
new file mode 100644
index 000000000000..5aae1ccb4262
--- /dev/null
+++ b/net-mgmt/net-snmp/files/patch-include__net-snmp__net-snmp-config.h.in
@@ -0,0 +1,11 @@
+--- ./include/net-snmp/net-snmp-config.h.in.orig 2012-10-09 18:28:58.000000000 -0400
++++ ./include/net-snmp/net-snmp-config.h.in 2012-10-14 11:37:35.000000000 -0400
+@@ -2106,7 +2106,7 @@
+ #define UCD_SNMP_LIBRARY 1
+
+ /* final conclusion on nlist usage */
+-#if defined(HAVE_NLIST) && defined(HAVE_STRUCT_NLIST_N_VALUE) && !defined(NETSNMP_DONT_USE_NLIST) && defined(HAVE_KMEM) && !defined(NETSNMP_NO_KMEM_USAGE)
++#if defined(HAVE_NLIST) && defined(HAVE_STRUCT_NLIST_N_VALUE) && !defined(NETSNMP_DONT_USE_NLIST) && !defined(NETSNMP_NO_KMEM_USAGE)
+ #define NETSNMP_CAN_USE_NLIST
+ #endif
+