FreeBSD Bugzilla – Attachment 179080 Details for
Bug 216266
lang/gcc5: Fix build with libc++ 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Include <new> in gcc/system.h
lang__gcc5-add-include-new-1.diff (text/plain), 810 bytes, created by
Dimitry Andric
on 2017-01-19 19:33:17 UTC
(
hide
)
Description:
Include <new> in gcc/system.h
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2017-01-19 19:33:17 UTC
Size:
810 bytes
patch
obsolete
>Index: lang/gcc5/files/patch-gcc_system.h >=================================================================== >--- lang/gcc5/files/patch-gcc_system.h (nonexistent) >+++ lang/gcc5/files/patch-gcc_system.h (working copy) >@@ -0,0 +1,10 @@ >+--- gcc/system.h.orig 2015-01-05 12:33:28 UTC >++++ gcc/system.h >+@@ -217,6 +217,7 @@ extern int errno; >+ #ifdef __cplusplus >+ # include <algorithm> >+ # include <cstring> >++# include <new> >+ # include <utility> >+ #endif >+ > >Property changes on: lang/gcc5/files/patch-gcc_system.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216266
:
179080
|
179098