summaryrefslogtreecommitdiff
path: root/net/docsis
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-22 16:33:08 +0000
committerjoerg <joerg>2006-03-22 16:33:08 +0000
commit6b4d7c9f49c5b5f5f5f9e623d1da66446d81acd9 (patch)
treebd6d2a3cb49ce193e1759a6d5f39ae1ae838fc0e /net/docsis
parent34c5cbe1ff9e9d34e2c4d9fd563e251e90449717 (diff)
downloadpkgsrc-6b4d7c9f49c5b5f5f5f9e623d1da66446d81acd9.tar.gz
Workaround undefined prototype in net-snmp.
Diffstat (limited to 'net/docsis')
-rw-r--r--net/docsis/distinfo3
-rw-r--r--net/docsis/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/docsis/distinfo b/net/docsis/distinfo
index 8a4925d751b..704c639fce4 100644
--- a/net/docsis/distinfo
+++ b/net/docsis/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/07/02 13:03:53 symka Exp $
+$NetBSD: distinfo,v 1.8 2006/03/22 16:33:08 joerg Exp $
SHA1 (docsis-0.9.4.tar.gz) = 226ee5989475fdb93f8879bebddb07a20738553c
RMD160 (docsis-0.9.4.tar.gz) = 7e318cfce452e76fb4eb30bd5e43558837fb707f
Size (docsis-0.9.4.tar.gz) = 506944 bytes
+SHA1 (patch-aa) = 946c40cc7a6545cc67eb666130156193aa17d0bd
diff --git a/net/docsis/patches/patch-aa b/net/docsis/patches/patch-aa
new file mode 100644
index 00000000000..93b1ec42cdc
--- /dev/null
+++ b/net/docsis/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/03/22 16:33:08 joerg Exp $
+
+--- src/docsis_snmp.h.orig 2006-03-22 16:02:21.000000000 +0000
++++ src/docsis_snmp.h
+@@ -24,6 +24,8 @@
+ #ifndef _DOCSIS_SNMP_H
+ #define _DOCSIS_SNMP_H
+
++#include <stdlib.h>
++
+ #include <net-snmp/net-snmp-config.h>
+ #include <net-snmp/utilities.h>
+ #include <net-snmp/config_api.h>