diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-21 19:16:06 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-21 19:16:06 +0000 |
commit | aea8a9c16cd8e88dd089e4022df42d89ea5543f9 (patch) | |
tree | 9578b487f76dfbd34aed6dd33e10ba4be575c020 /lang/gcc7-devel | |
parent | eb34fdd7f548c2a81108ac9f2157c00b95cd350e (diff) |
Notes
Diffstat (limited to 'lang/gcc7-devel')
-rw-r--r-- | lang/gcc7-devel/files/patch-libc++ | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/gcc7-devel/files/patch-libc++ b/lang/gcc7-devel/files/patch-libc++ new file mode 100644 index 000000000000..24e249ab2995 --- /dev/null +++ b/lang/gcc7-devel/files/patch-libc++ @@ -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; |