svn commit: r438614 - head/devel/arm-none-eabi-gcc492/files

Gerald Pfeifer gerald at FreeBSD.org
Sun Apr 16 02:40:19 UTC 2017


Author: gerald
Date: Sun Apr 16 02:40:18 2017
New Revision: 438614
URL: https://svnweb.freebsd.org/changeset/ports/438614

Log:
  Copy files/patch-gcc_system.h over from lang/gcc49 to fix the build
  with libc++ 3.9.0.
  
  PR:		212804
  Submitted by:	dim
  Approved by:	ian (maintainer)

Added:
  head/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h
     - copied unchanged from r438611, head/lang/gcc49/files/patch-gcc_system.h

Copied: head/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h (from r438611, head/lang/gcc49/files/patch-gcc_system.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h	Sun Apr 16 02:40:18 2017	(r438614, copy of r438611, head/lang/gcc49/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


More information about the svn-ports-head mailing list