diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-27 10:33:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-27 10:33:25 +0000 |
commit | 5204f830139761e194ec85c62c33813b942c8fca (patch) | |
tree | 0017cdde28f52d40a97b652197960a02621ba8b8 /net | |
parent | 8cc8e03813a2db63f5d34777d8b4376df4860f1d (diff) | |
download | pkgsrc-5204f830139761e194ec85c62c33813b942c8fca.tar.gz |
Fix build with gcc4. From Hans Rosenfeld in PR 35496.
Diffstat (limited to 'net')
-rw-r--r-- | net/latd/distinfo | 3 | ||||
-rw-r--r-- | net/latd/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/latd/distinfo b/net/latd/distinfo index b5b8d580d9a..db60be7ee2a 100644 --- a/net/latd/distinfo +++ b/net/latd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2006/03/14 02:38:16 joerg Exp $ +$NetBSD: distinfo,v 1.5 2007/01/27 10:33:25 wiz Exp $ SHA1 (latd-1.18.tar.gz) = a7cecdb97507f485e726ea4c2fef0a59ad3adbae RMD160 (latd-1.18.tar.gz) = a0be3bd71b76c6a07c47fc2ad863526303d365bf @@ -9,3 +9,4 @@ SHA1 (patch-ac) = adbe7b78bce30b6fbf540a18922ddb073cfccf0c SHA1 (patch-ad) = f606a87bf3dff0571db3ededc6889e31f2012397 SHA1 (patch-ae) = 931842733d2166c0fd29b5f0d0772c44f1d79fd3 SHA1 (patch-af) = 3b2f723ec163d925dee42b7d6597f8219ebe22df +SHA1 (patch-ag) = 41718557b941aa6aab761f495202ae6c14582c87 diff --git a/net/latd/patches/patch-ag b/net/latd/patches/patch-ag new file mode 100644 index 00000000000..8cd7b25bbaf --- /dev/null +++ b/net/latd/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2007/01/27 10:33:25 wiz Exp $ + +--- services.h.orig 2002-10-14 14:33:46.000000000 +0000 ++++ services.h +@@ -71,7 +71,7 @@ class LATServices + const std::string get_ident() { return ident; } + bool is_available(); + bool remove_node(const std::string &node); +- void serviceinfo::list_service(std::ostrstream &output); ++ void list_service(std::ostrstream &output); + void expire_nodes(time_t); + + private: |