Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 10:06:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r429591 - branches/2016Q4/devel/avr-gcc/files
Message-ID:  <201612271006.uBRA6JOU022238@repo.freebsd.org>

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



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