summaryrefslogtreecommitdiff
path: root/chat/licq-core
diff options
context:
space:
mode:
authortv <tv>2005-10-31 18:58:38 +0000
committertv <tv>2005-10-31 18:58:38 +0000
commitd45a6ee3876c9308b0a56f8fef5c1ea6e6d634c2 (patch)
tree9bd023fcd99ce21de0d2b9ef0acffd5deaee360e /chat/licq-core
parenta3e9aeb1279503a7474160d88a48a207eef0aa94 (diff)
downloadpkgsrc-d45a6ee3876c9308b0a56f8fef5c1ea6e6d634c2.tar.gz
Include <sys/time.h> to get fd_set per POSIX. (SourceForge bug #1344209)
Diffstat (limited to 'chat/licq-core')
-rw-r--r--chat/licq-core/distinfo3
-rw-r--r--chat/licq-core/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/licq-core/distinfo b/chat/licq-core/distinfo
index ca38ceb9347..65118ea09e9 100644
--- a/chat/licq-core/distinfo
+++ b/chat/licq-core/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 15:59:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/31 18:58:38 tv Exp $
SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef
RMD160 (licq-1.2.6.tar.bz2) = fcb2e19bf7d30c1824392a9be3ea1619072e4ce5
Size (licq-1.2.6.tar.bz2) = 3282918 bytes
+SHA1 (patch-aa) = 974a65e3483b3438fb3c6c9aaf96aa67e4c60fa6
diff --git a/chat/licq-core/patches/patch-aa b/chat/licq-core/patches/patch-aa
new file mode 100644
index 00000000000..2fa7c96cef8
--- /dev/null
+++ b/chat/licq-core/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/10/31 18:58:38 tv Exp $
+
+--- include/licq_socket.h.orig 2002-03-20 11:00:54.000000000 -0500
++++ include/licq_socket.h
+@@ -6,6 +6,7 @@
+ #endif
+
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>