Index: head/lang/seed7/files/patch-chkccomp.c =================================================================== --- head/lang/seed7/files/patch-chkccomp.c (nonexistent) +++ head/lang/seed7/files/patch-chkccomp.c (revision 409424) @@ -0,0 +1,28 @@ +--- chkccomp.c.orig 2016-01-28 21:32:12 UTC ++++ chkccomp.c +@@ -1925,14 +1925,14 @@ void determineGetaddrlimit (FILE *versio + int has_getrlimit; + + /* determineGetaddrlimit */ +- has_getrlimit = compileAndLinkOk("#include \n#include \n" ++ has_getrlimit = compileAndLinkOk("#include \n#include \n#include \n" + "int main(int argc, char *argv[]){\n" + "struct rlimit rlim;\n" + "printf(\"%d\\n\", getrlimit(RLIMIT_STACK, &rlim) == 0);\n" + "return 0;}\n") && doTest() == 1; + fprintf(versionFile, "#define HAS_GETRLIMIT %d\n", has_getrlimit); + if (has_getrlimit) { +- if (assertCompAndLnk("#include \n#include \n" ++ if (assertCompAndLnk("#include \n#include \n#include \n" + "int main(int argc, char *argv[]){\n" + "struct rlimit rlim;\n" + "getrlimit(RLIMIT_STACK, &rlim);" +@@ -1943,7 +1943,7 @@ void determineGetaddrlimit (FILE *versio + "return 0;}\n")) { + fprintf(versionFile, "#define SOFT_STACK_LIMIT %lu\n", (unsigned long) doTest() * 1024); + } /* if */ +- if (assertCompAndLnk("#include \n#include \n" ++ if (assertCompAndLnk("#include \n#include \n#include \n" + "int main(int argc, char *argv[]){\n" + "struct rlimit rlim;\n" + "getrlimit(RLIMIT_STACK, &rlim);" Property changes on: head/lang/seed7/files/patch-chkccomp.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 Index: head/lang/seed7/files/patch-heaputl.c =================================================================== --- head/lang/seed7/files/patch-heaputl.c (revision 409423) +++ head/lang/seed7/files/patch-heaputl.c (revision 409424) @@ -1,10 +1,10 @@ ---- heaputl.c.orig 2016-02-05 14:25:17 UTC +--- heaputl.c.orig 2015-08-29 06:55:33 UTC +++ heaputl.c -@@ -36,6 +36,7 @@ - +@@ -37,6 +37,7 @@ #include "stdlib.h" #include "stdio.h" -+#include "stdint.h" #if HAS_GETRLIMIT && defined STACK_SIZE ++#include "sys/types.h" #include "sys/resource.h" #endif +