diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-22 16:33:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-22 16:33:08 +0000 |
commit | 50733cdf6030869696b641bcba1d4831a8f5b2d9 (patch) | |
tree | bd6d2a3cb49ce193e1759a6d5f39ae1ae838fc0e /net | |
parent | e075251c7fd5b10fa607a034271dab457812f3b8 (diff) | |
download | pkgsrc-50733cdf6030869696b641bcba1d4831a8f5b2d9.tar.gz |
Workaround undefined prototype in net-snmp.
Diffstat (limited to 'net')
-rw-r--r-- | net/docsis/distinfo | 3 | ||||
-rw-r--r-- | net/docsis/patches/patch-aa | 13 |
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> |