mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a543cb90ac
fixes compared to GCC 5.4 and is the last release planned on the GCC 5 branch which is now closed. files/patch-aarch64-support, files/patch-disable-armvhf-config.gcc, files/patch-libgcc-config-arm-unwind-arm, and files/patch-x86-64-fix-m16 all have been merged upstream in between GCC 5.4 and 5.5 and can thus be removed; the same is the case for most of files/patch-libc++. Finally, the tarball is now compressed using xz instead of bzip2. PR: 216266
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
--- 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
|
|
|