FreeBSD Bugzilla – Attachment 179118 Details for
Bug 216303
lang/gcc7-devel: Fix build with libc++ 4.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix system includes in lang/gcc7-devel
lang__gcc7-devel-fix-system-includes-1.diff (text/plain), 1.06 KB, created by
Dimitry Andric
on 2017-01-19 22:50:10 UTC
(
hide
)
Description:
Fix system includes in lang/gcc7-devel
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2017-01-19 22:50:10 UTC
Size:
1.06 KB
patch
obsolete
>Index: lang/gcc7-devel/files/patch-gcc_gcov.c >=================================================================== >--- lang/gcc7-devel/files/patch-gcc_gcov.c (nonexistent) >+++ lang/gcc7-devel/files/patch-gcc_gcov.c (working copy) >@@ -0,0 +1,20 @@ >+--- gcc/gcov.c.orig 2017-01-01 12:07:43 UTC >++++ gcc/gcov.c >+@@ -31,6 +31,8 @@ along with Gcov; see the file COPYING3. >+ probabilities of fall through arcs. */ >+ >+ #include "config.h" >++#define INCLUDE_ALGORITHM >++#define INCLUDE_VECTOR >+ #include "system.h" >+ #include "coretypes.h" >+ #include "tm.h" >+@@ -41,8 +43,6 @@ along with Gcov; see the file COPYING3. >+ >+ #include <getopt.h> >+ >+-#include <vector> >+-#include <algorithm> >+ #include "md5.h" >+ >+ using namespace std; > >Property changes on: lang/gcc7-devel/files/patch-gcc_gcov.c >___________________________________________________________________ >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 216303
: 179118