annotate src/of-odepkg-2-fixes.patch @ 6215:d18a5545df0d release

build-gettext: Don't build emacs bindings. * src/build-gettext.mk: The `emacs` installed on the build system might be incompatible with the STL built by build-gcc. We probably don't need the emacs bindings for the `gettext` build tool anyway. So skip building those bindings.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 07 May 2022 12:01:10 +0200
parents cfce5c9ba320
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4592
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/src/odepkg_auxiliary_functions.cc b/src/odepkg_auxiliary_functions.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/src/odepkg_auxiliary_functions.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/src/odepkg_auxiliary_functions.cc 2018-01-09 17:46:39.117869675 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -16,7 +16,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 along with this program; If not, see <http://www.gnu.org/licenses/>.
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -#include "config.h"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 #include "oct.h"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 #include "oct-map.h"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 #include "parse.h"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 diff -uNr a/src/odepkg_octsolver_ddaskr.cc b/src/odepkg_octsolver_ddaskr.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 --- a/src/odepkg_octsolver_ddaskr.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 +++ b/src/odepkg_octsolver_ddaskr.cc 2018-01-09 17:46:46.701547105 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 @@ -35,7 +35,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 test 'odepkg_octsolver_ddaskr.cc'"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 diff -uNr a/src/odepkg_octsolver_mebdfdae.cc b/src/odepkg_octsolver_mebdfdae.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 --- a/src/odepkg_octsolver_mebdfdae.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 +++ b/src/odepkg_octsolver_mebdfdae.cc 2018-01-09 17:46:52.229311233 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 @@ -39,7 +39,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 similiar to the implementation of this file.
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 diff -uNr a/src/odepkg_octsolver_mebdfi.cc b/src/odepkg_octsolver_mebdfi.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35 --- a/src/odepkg_octsolver_mebdfi.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 +++ b/src/odepkg_octsolver_mebdfi.cc 2018-01-09 17:46:44.797628090 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 @@ -35,7 +35,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 test 'odepkg_octsolver_mebdfi.cc'"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 diff -uNr a/src/odepkg_octsolver_radau5.cc b/src/odepkg_octsolver_radau5.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 --- a/src/odepkg_octsolver_radau5.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47 +++ b/src/odepkg_octsolver_radau5.cc 2018-01-09 17:46:54.189227434 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 @@ -30,7 +30,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 similiar to the implementation of this file.
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
51
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
56 diff -uNr a/src/odepkg_octsolver_radau.cc b/src/odepkg_octsolver_radau.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
57 --- a/src/odepkg_octsolver_radau.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
58 +++ b/src/odepkg_octsolver_radau.cc 2018-01-09 17:46:42.733715876 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
59 @@ -30,7 +30,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
60 similiar to the implementation of this file.
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
61 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
62
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
63 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
64 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
65 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
66 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
67 diff -uNr a/src/odepkg_octsolver_rodas.cc b/src/odepkg_octsolver_rodas.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
68 --- a/src/odepkg_octsolver_rodas.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
69 +++ b/src/odepkg_octsolver_rodas.cc 2018-01-09 17:46:35.670016331 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
70 @@ -26,7 +26,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
71 test 'odepkg_octsolver_rodas.cc'"
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
72 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
73
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
74 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
75 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
76 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
77 #include <oct-map.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
78 diff -uNr a/src/odepkg_octsolver_seulex.cc b/src/odepkg_octsolver_seulex.cc
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
79 --- a/src/odepkg_octsolver_seulex.cc 2015-05-19 09:48:44.000000000 -0400
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
80 +++ b/src/odepkg_octsolver_seulex.cc 2018-01-09 17:46:48.661463743 -0500
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
81 @@ -30,7 +30,6 @@
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
82 similiar to the implementation of this file.
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
83 */
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
84
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
85 -#include <config.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
86 #include <oct.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
87 #include <f77-fcn.h>
cfce5c9ba320 of-odepkg: don't use config.h
John W. Eaton <jwe@octave.org>
parents:
diff changeset
88 #include <oct-map.h>