svn commit: r430731 - branches/2017Q1/devel/avr-gcc-devel/files
Antoine Brodin
antoine at FreeBSD.org
Fri Jan 6 18:56:15 UTC 2017
Author: antoine
Date: Fri Jan 6 18:56:13 2017
New Revision: 430731
URL: https://svnweb.freebsd.org/changeset/ports/430731
Log:
MFH: r430730
Fix build with libc++ 3.9.0
PR: 212696
Submitted by: dim
Added:
branches/2017Q1/devel/avr-gcc-devel/files/patch-gcc_system.h
- copied unchanged from r430730, head/devel/avr-gcc-devel/files/patch-gcc_system.h
Modified:
Directory Properties:
branches/2017Q1/ (props changed)
Copied: branches/2017Q1/devel/avr-gcc-devel/files/patch-gcc_system.h (from r430730, head/devel/avr-gcc-devel/files/patch-gcc_system.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2017Q1/devel/avr-gcc-devel/files/patch-gcc_system.h Fri Jan 6 18:56:13 2017 (r430731, copy of r430730, head/devel/avr-gcc-devel/files/patch-gcc_system.h)
@@ -0,0 +1,10 @@
+--- gcc/system.h.orig 2014-06-11 16:59:01 UTC
++++ gcc/system.h
+@@ -209,6 +209,7 @@ extern int errno;
+
+ #ifdef __cplusplus
+ # include <cstring>
++# include <new>
+ #endif
+
+ /* Some of glibc's string inlines cause warnings. Plus we'd rather
More information about the svn-ports-branches
mailing list