From 98834458f12d36fb485f4706625a26d2f7e6c69d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 23 Sep 2018 13:58:16 -0700 Subject: Upgrades. Lots of 'em. Signed-off-by: Alexey Neyman --- packages/gcc/8.2.0/0006-libgfortran-missing-include.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/gcc/8.2.0/0006-libgfortran-missing-include.patch (limited to 'packages/gcc/8.2.0/0006-libgfortran-missing-include.patch') diff --git a/packages/gcc/8.2.0/0006-libgfortran-missing-include.patch b/packages/gcc/8.2.0/0006-libgfortran-missing-include.patch new file mode 100644 index 00000000..701e7b4f --- /dev/null +++ b/packages/gcc/8.2.0/0006-libgfortran-missing-include.patch @@ -0,0 +1,14 @@ +--- + libgfortran/io/close.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/libgfortran/io/close.c ++++ b/libgfortran/io/close.c +@@ -25,6 +25,7 @@ + #include "io.h" + #include "unix.h" + #include ++#include + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } -- cgit v1.2.3