diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-20 12:36:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-20 12:36:43 +0000 |
commit | c418e435182a2b76027bb9fddffb9837301fbcc3 (patch) | |
tree | d5be482014e6566e57a3007f14d773473127480e /net | |
parent | dbf98ecc8936e0959b473efe6f70bc7a9eeb9c7c (diff) | |
download | pkgsrc-c418e435182a2b76027bb9fddffb9837301fbcc3.tar.gz |
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'net')
-rw-r--r-- | net/puf/distinfo | 3 | ||||
-rw-r--r-- | net/puf/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/puf/distinfo b/net/puf/distinfo index 69c8e7cda7c..144aa1775b2 100644 --- a/net/puf/distinfo +++ b/net/puf/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 12:14:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/12/20 12:36:43 joerg Exp $ SHA1 (puf-0.93.2a.tar.gz) = c380a45f84f4e074c0638edc1c949d32895c9c6f RMD160 (puf-0.93.2a.tar.gz) = c6c87afaa8ee30097dfeb5fc9ff8da75b502782c Size (puf-0.93.2a.tar.gz) = 113073 bytes +SHA1 (patch-aa) = a05762d77e7bca41e70d7121a84b09f6f8bb1174 diff --git a/net/puf/patches/patch-aa b/net/puf/patches/patch-aa new file mode 100644 index 00000000000..72f2526a982 --- /dev/null +++ b/net/puf/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2005/12/20 12:36:43 joerg Exp $ + +--- src/hostlist.c.orig 2005-12-20 12:22:31.000000000 +0000 ++++ src/hostlist.c +@@ -268,6 +268,7 @@ havho: + return 1; + } + noadd: ++ ; + } + + if (hapi) { |