svn commit: r430730 - head/devel/avr-gcc-devel/files

Antoine Brodin antoine at FreeBSD.org
Fri Jan 6 18:54:09 UTC 2017


Author: antoine
Date: Fri Jan  6 18:54:08 2017
New Revision: 430730
URL: https://svnweb.freebsd.org/changeset/ports/430730

Log:
  Fix build with libc++ 3.9.0
  
  PR:		212696
  Submitted by:	dim
  MFH:		2017Q1

Added:
  head/devel/avr-gcc-devel/files/patch-gcc_system.h   (contents, props changed)

Added: head/devel/avr-gcc-devel/files/patch-gcc_system.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/avr-gcc-devel/files/patch-gcc_system.h	Fri Jan  6 18:54:08 2017	(r430730)
@@ -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-all mailing list