diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-22 23:32:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-22 23:32:47 +0000 |
commit | 96b2c4ae83b71ff0dd5f87024db940f3992a66ce (patch) | |
tree | 98e115a6f398c2b0223f81f1f658be09ac185d7f /net | |
parent | 415bb3f479a6be1c41ae50820a29e1be5901851a (diff) | |
download | pkgsrc-96b2c4ae83b71ff0dd5f87024db940f3992a66ce.tar.gz |
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'net')
-rw-r--r-- | net/mbrowse/distinfo | 3 | ||||
-rw-r--r-- | net/mbrowse/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/mbrowse/distinfo b/net/mbrowse/distinfo index 5c98315f06d..402c947ab1d 100644 --- a/net/mbrowse/distinfo +++ b/net/mbrowse/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/14 21:47:41 heinz Exp $ +$NetBSD: distinfo,v 1.2 2006/03/22 23:32:47 joerg Exp $ SHA1 (mbrowse-0.3.1.tar.gz) = aee6fd632e41a19007c1b40f198e55ed1d4bd699 RMD160 (mbrowse-0.3.1.tar.gz) = 4a17ad1d7dd85e04f6ce37d6baaa9ef0b5a630fa Size (mbrowse-0.3.1.tar.gz) = 99948 bytes SHA1 (patch-aa) = 156ed9a22ecc3a557de38f3a3bcfe54e2f498a17 SHA1 (patch-ab) = fb9b0946ec607a7e3471f4620cbb5792a7596eef +SHA1 (patch-ac) = 120522628bca90e25d6128e9b9411319762ca658 diff --git a/net/mbrowse/patches/patch-ac b/net/mbrowse/patches/patch-ac new file mode 100644 index 00000000000..0d89021c957 --- /dev/null +++ b/net/mbrowse/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/03/22 23:32:47 joerg Exp $ + +--- src/snmpstuff.c.orig 2006-03-22 23:23:32.000000000 +0000 ++++ src/snmpstuff.c +@@ -360,6 +360,7 @@ void snmpset(char *host,char *object,cha + case TYPE_NETADDR: + case TYPE_OTHER: + default: ++ break; + } + } + if (type == 0) { |