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

Antoine Brodin antoine at FreeBSD.org
Thu Oct 20 06:13:09 UTC 2016


Author: antoine
Date: Thu Oct 20 06:13:07 2016
New Revision: 424307
URL: https://svnweb.freebsd.org/changeset/ports/424307

Log:
  Fix build with libc++ 3.9.0
  
  PR:		212696
  Submitted by:	dim
  Approved by:	maintainer timeout (1 month)

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

Added: head/devel/avr-gcc/files/patch-gcc_system.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/avr-gcc/files/patch-gcc_system.h	Thu Oct 20 06:13:07 2016	(r424307)
@@ -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-all mailing list