From 272f62285d081a5c6551ba9347bdcf3d62d302e9 Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Tue, 17 Jan 2017 10:44:50 +0100 Subject: Added patch for gcc compilation error with fortran enabled Signed-off-by: Dirk Vanden Boer diff --git a/patches/gcc/6.3.0/900-libgfortran-missing-include.patch b/patches/gcc/6.3.0/900-libgfortran-missing-include.patch new file mode 100644 index 0000000..1f47469 --- /dev/null +++ b/patches/gcc/6.3.0/900-libgfortran-missing-include.patch @@ -0,0 +1,10 @@ +--- gcc-6.3.0/libgfortran/io/close.c.org 2017-01-17 09:43:48.395850000 +0100 ++++ gcc-6.3.0/libgfortran/io/close.c 2017-01-17 09:21:05.000000000 +0100 +@@ -25,6 +25,7 @@ + #include "io.h" + #include "unix.h" + #include ++#include + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } -- cgit v0.10.2-6-g49f6