summaryrefslogtreecommitdiff
path: root/cross/h8300-elf-gcc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-09 15:15:03 +0000
committerdholland <dholland@pkgsrc.org>2017-09-09 15:15:03 +0000
commitbc8d0c48a385bfcd51f55ebac53f4e214c0fdafd (patch)
treec7e32517513387c2aded2db1ff01c112fea2ee8f /cross/h8300-elf-gcc
parentc474cf7433b9d7d2c892ab297ec31174885a4f96 (diff)
downloadpkgsrc-bc8d0c48a385bfcd51f55ebac53f4e214c0fdafd.tar.gz
Use standard headers.
Diffstat (limited to 'cross/h8300-elf-gcc')
-rw-r--r--cross/h8300-elf-gcc/distinfo3
-rw-r--r--cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc14
2 files changed, 16 insertions, 1 deletions
diff --git a/cross/h8300-elf-gcc/distinfo b/cross/h8300-elf-gcc/distinfo
index 584eb04ea45..344c2b84e6c 100644
--- a/cross/h8300-elf-gcc/distinfo
+++ b/cross/h8300-elf-gcc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2016/10/19 12:38:41 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2017/09/09 15:15:03 dholland Exp $
SHA1 (gcc-6.2.0.tar.bz2) = 583e29c7fe69d9a1031a89752c2551ab5aeacb91
RMD160 (gcc-6.2.0.tar.bz2) = d9154ca51f40ae3ce42950a0476f701a9f86fc95
@@ -8,4 +8,5 @@ SHA1 (newlib-2.4.0.tar.gz) = f2142827d7b593676b91a530e2547e31262e14e7
RMD160 (newlib-2.4.0.tar.gz) = e7a98a00aca89aad0ee2e2b98993fd8e643d98ce
SHA512 (newlib-2.4.0.tar.gz) = c60665e793dce2368a5baf23560beb50f641e1831854d702d1d7629fb6e9200cf814527f29796792a3d2dff81afee4255723df99ceb0732f99dd9580a17d2ac0
Size (newlib-2.4.0.tar.gz) = 17574364 bytes
+SHA1 (patch-libcc1_connection.cc) = d32841d602cb4c71acd7f53a0a2f50dc501117a2
SHA1 (patch-libstdc++-v3_src_c++11_cow-stdexcept.cc) = 709efa4e8d287dbae16430f1f9917c2815494eb4
diff --git a/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc b/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc
new file mode 100644
index 00000000000..f615d855d0e
--- /dev/null
+++ b/cross/h8300-elf-gcc/patches/patch-libcc1_connection.cc
@@ -0,0 +1,14 @@
+$NetBSD: patch-libcc1_connection.cc,v 1.1 2017/09/09 15:15:04 dholland Exp $
+
+Use standard headers. (for select())
+
+--- libcc1/connection.cc~ 2014-11-13 10:22:22.000000000 +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/time.h>
+ #include <string.h>
+ #include <errno.h>
+ #include "marshall.hh"