annotate src/mingw-default-octave-1-msys-fixes.patch @ 3977:e114dbf6ba1e

dist-files.mk: include of-queueing.mk
author John W. Eaton <jwe@octave.org>
date Thu, 18 Jun 2015 18:34:19 -0400
parents d0d5dacd1941
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3968
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
1 Changes required for octave to compile under msys2
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
2
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
3 diff -ur octave-4.0.0.orig/libinterp/corefcn/syscalls.cc octave-4.0.0/libinterp/corefcn/syscalls.cc
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
4 --- octave-4.0.0.orig/libinterp/corefcn/syscalls.cc 2015-06-14 08:00:55.195888300 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
5 +++ octave-4.0.0/libinterp/corefcn/syscalls.cc 2015-06-14 08:50:10.755418300 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
6 @@ -30,6 +30,7 @@
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
7 #include <config.h>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
8 #endif
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
9
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
10 +#include <ctime>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
11 #include <cstdio>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
12 #include <cstring>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
13
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
14 diff -ur octave-4.0.0.orig/liboctave/system/file-stat.cc octave-4.0.0/liboctave/system/file-stat.cc
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
15 --- octave-4.0.0.orig/liboctave/system/file-stat.cc 2015-06-14 08:00:26.881838600 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
16 +++ octave-4.0.0/liboctave/system/file-stat.cc 2015-06-14 08:49:10.992967600 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
17 @@ -24,6 +24,7 @@
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
18 #include <config.h>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
19 #endif
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
20
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
21 +#include <ctime>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
22 #include <cerrno>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
23 #include <cstring>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
24
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
25 diff -ur octave-4.0.0.orig/liboctave/system/oct-syscalls.cc octave-4.0.0/liboctave/system/oct-syscalls.cc
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
26 --- octave-4.0.0.orig/liboctave/system/oct-syscalls.cc 2015-06-14 08:00:26.913038700 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
27 +++ octave-4.0.0/liboctave/system/oct-syscalls.cc 2015-06-14 08:49:37.309661500 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
28 @@ -24,6 +24,7 @@
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
29 #include <config.h>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
30 #endif
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
31
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
32 +#include <ctime>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
33 #include <cerrno>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
34 #include <cstdlib>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
35
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
36 diff -ur octave-4.0.0.orig/libinterp/corefcn/oct-tex-lexer.cc octave-4.0.0/libinterp/corefcn/oct-tex-lexer.cc
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
37 --- octave-4.0.0.orig/libinterp/corefcn/oct-tex-lexer.cc 2015-06-14 14:15:46.436310300 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
38 +++ octave-4.0.0/libinterp/corefcn/oct-tex-lexer.cc 2015-06-14 14:24:23.464145100 -0400
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
39 @@ -3,7 +3,7 @@
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
40 #include <config.h>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
41 #endif
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
42
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
43 -
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
44 +#include <ctime>
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
45
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
46
d0d5dacd1941 octave: add msys2 patch
John Donoghue
parents:
diff changeset
47 #line 10 "corefcn/oct-tex-lexer.cc"