Date: Sun, 16 Apr 2017 02:40:18 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438614 - head/devel/arm-none-eabi-gcc492/files Message-ID: <201704160240.v3G2eIRU062002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704160240.v3G2eIRU062002>