summaryrefslogtreecommitdiff
path: root/net/udpcast
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-18 13:59:01 +0000
committerjoerg <joerg>2017-02-18 13:59:01 +0000
commit59f71b1a24130bd06af66cf2d87a7d036705ff15 (patch)
treed2a685c0a5fa8d78fc926598cfcfd3eee6f7c2f1 /net/udpcast
parent28210ca7af7b6ac5b91e9c37c5261642d72b11ef (diff)
downloadpkgsrc-59f71b1a24130bd06af66cf2d87a7d036705ff15.tar.gz
Fix missing include.
Diffstat (limited to 'net/udpcast')
-rw-r--r--net/udpcast/distinfo3
-rw-r--r--net/udpcast/patches/patch-console.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/udpcast/distinfo b/net/udpcast/distinfo
index 2de9d1c5ee7..24d0d0fbc6b 100644
--- a/net/udpcast/distinfo
+++ b/net/udpcast/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:42 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/02/18 13:59:01 joerg Exp $
SHA1 (udpcast-20060619.tar.gz) = ae95820c746fc6d6dc2c4c97d24d52105983e15c
RMD160 (udpcast-20060619.tar.gz) = 1f8ffefc5f5a412f1b8bb371895987734f6159b1
@@ -12,3 +12,4 @@ SHA1 (patch-ae) = 4937aec1283ca42652f9614e317fa63dcc500019
SHA1 (patch-af) = 4360fba25ca7ffb2b05df5ed32aff7c5983ce62d
SHA1 (patch-ag) = 1e8c13bf20908a90f8ad88f4a5651483538c9f36
SHA1 (patch-ah) = 0329f8e290b75f1da791465ab1ffd198a0f2ab32
+SHA1 (patch-console.h) = 41918980726a585458582d493e84b248ebf331c7
diff --git a/net/udpcast/patches/patch-console.h b/net/udpcast/patches/patch-console.h
new file mode 100644
index 00000000000..9203682407b
--- /dev/null
+++ b/net/udpcast/patches/patch-console.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-console.h,v 1.1 2017/02/18 13:59:01 joerg Exp $
+
+--- console.h.orig 2017-02-18 01:54:31.092565508 +0000
++++ console.h
+@@ -1,6 +1,7 @@
+ #ifndef CONSOLE_H
+ #define CONSOLE_H
+
++#include <sys/time.h>
+ #ifdef __MINGW32__
+ #include <winsock2.h>
+ #include <winbase.h>