diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-07 18:05:08 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-07 18:05:08 +0000 |
commit | e7cab23d518f6d19d1cd3f40353fd23c43b7a329 (patch) | |
tree | fecf77d74ef94b35f25e947b5e77a272bd94be2e /net/socket++ | |
parent | 3970937b42a48cad577849399341ca0fe8d3b283 (diff) | |
download | pkgsrc-e7cab23d518f6d19d1cd3f40353fd23c43b7a329.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'net/socket++')
-rw-r--r-- | net/socket++/distinfo | 4 | ||||
-rw-r--r-- | net/socket++/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/socket++/distinfo b/net/socket++/distinfo index 58bf13c715c..fbdde5f4a4c 100644 --- a/net/socket++/distinfo +++ b/net/socket++/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2006/05/12 07:44:26 joerg Exp $ +$NetBSD: distinfo,v 1.4 2009/04/07 18:05:08 hasso Exp $ SHA1 (socket++-1.12.10.tar.gz) = a59a6d30803a686b65f17f3dae1a67ec601fa5e9 RMD160 (socket++-1.12.10.tar.gz) = d8c2d4d58d36f7f1e46542a670b494982cf1849d Size (socket++-1.12.10.tar.gz) = 62741 bytes -SHA1 (patch-aa) = ce6c86c04b1f27abe8f895bb0f657997442c2fc8 +SHA1 (patch-aa) = 7d59c11daba6cd05c7e9bbff032dfb85532e06e4 SHA1 (patch-ab) = 2fa03c7ee83dca495db14887e3c179388f71c71a SHA1 (patch-ac) = a7e48aa5795fd4d78bc2d133e72c51417172b6f9 SHA1 (patch-ad) = 7f0ffbf79592b340a45f2c7868b7a6904a63c9f3 diff --git a/net/socket++/patches/patch-aa b/net/socket++/patches/patch-aa index b1d4968cb4a..bb5bacec665 100644 --- a/net/socket++/patches/patch-aa +++ b/net/socket++/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2006/05/12 07:44:26 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2009/04/07 18:05:08 hasso Exp $ --- socket++/local.h.orig 2003-03-14 18:02:40.000000000 +0000 +++ socket++/local.h @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.2 2006/05/12 07:44:26 joerg Exp $ extern "C" char* inet_ntoa (in_addr ina); #if !defined (__linux__) -+#if !defined (__NetBSD__) ++#if !defined (__NetBSD__) && !defined (__DragonFly__) extern "C" int gethostname (char* hostname, int len); -#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__)) +#endif |