summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-27 20:55:39 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-27 20:55:39 +0000
commitfe63f268252e8e1e46b7e644e658654cbd20eff4 (patch)
treec1409a0b8316e612090801d1b303da91631d87be /cross
parent5879ef66753fa79be71cd393fd3cc93c523d1972 (diff)
downloadpkgsrc-fe63f268252e8e1e46b7e644e658654cbd20eff4.tar.gz
Use correct header for select(2)
Diffstat (limited to 'cross')
-rw-r--r--cross/mingw-w64-x86_64-gcc/distinfo3
-rw-r--r--cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc12
2 files changed, 14 insertions, 1 deletions
diff --git a/cross/mingw-w64-x86_64-gcc/distinfo b/cross/mingw-w64-x86_64-gcc/distinfo
index 69b79d989dc..c316ffc2722 100644
--- a/cross/mingw-w64-x86_64-gcc/distinfo
+++ b/cross/mingw-w64-x86_64-gcc/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.4 2019/09/18 15:29:21 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2020/03/27 20:55:39 joerg Exp $
SHA1 (gcc-9.2.0.tar.xz) = 306d27c3465fa36862c206738d06d65fff5c3645
RMD160 (gcc-9.2.0.tar.xz) = a51d7f812f45980c517c4505e04a217cf319a992
SHA512 (gcc-9.2.0.tar.xz) = a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
Size (gcc-9.2.0.tar.xz) = 70607648 bytes
SHA1 (patch-contrib_download__prerequisites) = 50f8aaf7403ce9f63cc119ff038d5f3e952bb8b6
+SHA1 (patch-libcc1_connection.cc) = 3b21290f4228dd29430e61b207aec0b153ae8120
SHA1 (patch-libgo_mksysinfo.sh) = 4e3024d53457836adbdbbfd3ee140badc5a8800c
diff --git a/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc b/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc
new file mode 100644
index 00000000000..a0767670a44
--- /dev/null
+++ b/cross/mingw-w64-x86_64-gcc/patches/patch-libcc1_connection.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-libcc1_connection.cc,v 1.1 2020/03/27 20:55:39 joerg Exp $
+
+--- libcc1/connection.cc.orig 2020-03-27 17:34:16.253197163 +0000
++++ libcc1/connection.cc
+@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3.
+ #include <string>
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <sys/select.h>
+ #include <string.h>
+ #include <errno.h>
+ #include "marshall.hh"