Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2017 18:54: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: r430730 - head/devel/avr-gcc-devel/files
Message-ID:  <201701061854.v06Is8IE033710@repo.freebsd.org>

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



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