summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-10-24 09:48:00 +0000
committerjperkin <jperkin@pkgsrc.org>2013-10-24 09:48:00 +0000
commit2c0a36633f0db787f8e1c4a7553ec189c5edae2c (patch)
treee6c286760c165d0e77e313075c20756ccb590979 /net
parent845682e4eb131d6c2d36daf69abc4d5fddb4b1c6 (diff)
downloadpkgsrc-2c0a36633f0db787f8e1c4a7553ec189c5edae2c.tar.gz
Fix build on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'net')
-rw-r--r--net/net6/distinfo3
-rw-r--r--net/net6/patches/patch-src_select.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/net6/distinfo b/net/net6/distinfo
index e447ee2a14d..178cfcd3f02 100644
--- a/net/net6/distinfo
+++ b/net/net6/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2012/07/18 10:22:23 marino Exp $
+$NetBSD: distinfo,v 1.8 2013/10/24 09:48:00 jperkin Exp $
SHA1 (net6-1.3.10.tar.gz) = 880e00518296395705041dc7e64c2c82f7c53ddd
RMD160 (net6-1.3.10.tar.gz) = 9607fe1665aab0ed0354607f82ba4e3fe8733244
Size (net6-1.3.10.tar.gz) = 454813 bytes
SHA1 (patch-encrypt.cpp) = 7ea196cac1fa7329fb8102b5d818ab63d8ffad41
+SHA1 (patch-src_select.cpp) = 8cd9d8e0ede4904db388684af3b5eb0bc796e294
diff --git a/net/net6/patches/patch-src_select.cpp b/net/net6/patches/patch-src_select.cpp
new file mode 100644
index 00000000000..2838a025e9b
--- /dev/null
+++ b/net/net6/patches/patch-src_select.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_select.cpp,v 1.1 2013/10/24 09:48:00 jperkin Exp $
+
+--- src/select.cpp.orig 2009-08-24 12:18:29.000000000 +0000
++++ src/select.cpp
+@@ -20,6 +20,7 @@
+
+ #include <ctime>
+ #include <limits>
++#include <cstring>
+ #ifdef HAVE_SYS_SELECT_H
+ # include <sys/select.h>
+ #endif