Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 06:13:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424307 - head/devel/avr-gcc/files
Message-ID:  <201610200613.u9K6D8cn051450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610200613.u9K6D8cn051450>