summaryrefslogtreecommitdiff
path: root/net/socket++
diff options
context:
space:
mode:
authorhasso <hasso>2009-04-07 18:05:08 +0000
committerhasso <hasso>2009-04-07 18:05:08 +0000
commit3f5114c76a657e153c87e978ad16c3236578f61c (patch)
treefecf77d74ef94b35f25e947b5e77a272bd94be2e /net/socket++
parente9321f3a236270750898d0298dd82314969770f3 (diff)
downloadpkgsrc-3f5114c76a657e153c87e978ad16c3236578f61c.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'net/socket++')
-rw-r--r--net/socket++/distinfo4
-rw-r--r--net/socket++/patches/patch-aa4
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