Index: Makefile =================================================================== --- Makefile (revision 480887) +++ Makefile (working copy) @@ -38,6 +38,7 @@ SSP_UNSAFE= yes CFLAGS:= ${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} +CFLAGS_powerpc64= -DHAVE_WORKING_STAT OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFAULT= BOOTSTRAP Index: files/patch-libgfortran_io_close.c =================================================================== --- files/patch-libgfortran_io_close.c (nonexistent) +++ files/patch-libgfortran_io_close.c (working copy) @@ -0,0 +1,10 @@ +--- libgfortran/io/close.c.orig 2018-09-29 12:42:39 UTC ++++ libgfortran/io/close.c +@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectivel + #include "io.h" + #include "unix.h" + #include ++#include + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } Property changes on: files/patch-libgfortran_io_close.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