svn commit: r429591 - branches/2016Q4/devel/avr-gcc/files
Antoine Brodin
antoine at FreeBSD.org
Tue Dec 27 10:06:20 UTC 2016
Author: antoine
Date: Tue Dec 27 10:06:19 2016
New Revision: 429591
URL: https://svnweb.freebsd.org/changeset/ports/429591
Log:
MFH: r424307
Fix build with libc++ 3.9.0
PR: 212696
Submitted by: dim
Added:
branches/2016Q4/devel/avr-gcc/files/patch-gcc_system.h
- copied unchanged from r424307, head/devel/avr-gcc/files/patch-gcc_system.h
Modified:
Directory Properties:
branches/2016Q4/ (props changed)
Copied: branches/2016Q4/devel/avr-gcc/files/patch-gcc_system.h (from r424307, head/devel/avr-gcc/files/patch-gcc_system.h)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2016Q4/devel/avr-gcc/files/patch-gcc_system.h Tue Dec 27 10:06:19 2016 (r429591, copy of r424307, head/devel/avr-gcc/files/patch-gcc_system.h)
@@ -0,0 +1,10 @@
+--- gcc/system.h.orig 2014-01-02 22:23:26 UTC
++++ gcc/system.h
+@@ -203,6 +203,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