aboutsummaryrefslogtreecommitdiff
path: root/french/med/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-02-10 15:04:40 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-02-10 15:04:40 +0000
commit602a05df809049afbf9c0c0a38a162620f118f38 (patch)
tree62b2eaf64934e381c768d79001e92ec191d80056 /french/med/files
parent1d310581c83ac2a3219a1d5678c71998f82fd30e (diff)
downloadports-602a05df809049afbf9c0c0a38a162620f118f38.tar.gz
ports-602a05df809049afbf9c0c0a38a162620f118f38.zip
Fix compilation with gcc-43.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=228000
Diffstat (limited to 'french/med/files')
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_chainebuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_champsbuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_familles_maillagebuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_localisation_Gaussbuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_maillagesbuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_profilsbuilt.cxx11
-rw-r--r--french/med/files/patch-tools_medimport_2.3.1_MED231champLireEtUnlinkbuilt.cxx10
-rw-r--r--french/med/files/patch-tools_medimport_2.3.1_MED231champNormaliserbuilt.cxx11
8 files changed, 87 insertions, 0 deletions
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_chainebuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_chainebuilt.cxx
new file mode 100644
index 000000000000..a2eb9a6b7879
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_chainebuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_chainebuilt.cxx.orig 2008-10-22 15:31:24.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_chainebuilt.cxx 2009-02-10 11:20:33.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #include "med_hdfi21.h"
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_champsbuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_champsbuilt.cxx
new file mode 100644
index 000000000000..2abddf4ea2d5
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_champsbuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_champsbuilt.cxx.orig 2008-10-22 15:31:25.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_champsbuilt.cxx 2009-02-10 11:27:28.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_familles_maillagebuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_familles_maillagebuilt.cxx
new file mode 100644
index 000000000000..b22818044752
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_familles_maillagebuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_familles_maillagebuilt.cxx.orig 2008-10-22 15:31:25.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_familles_maillagebuilt.cxx 2009-02-10 15:26:48.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_localisation_Gaussbuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_localisation_Gaussbuilt.cxx
new file mode 100644
index 000000000000..6752eeb7a7d8
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_localisation_Gaussbuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_localisation_Gaussbuilt.cxx.orig 2008-10-22 15:31:25.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_localisation_Gaussbuilt.cxx 2009-02-10 11:35:37.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_maillagesbuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_maillagesbuilt.cxx
new file mode 100644
index 000000000000..c5c32a3db727
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_maillagesbuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_maillagesbuilt.cxx.orig 2008-10-22 15:31:25.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_maillagesbuilt.cxx 2009-02-10 15:22:38.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus
diff --git a/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_profilsbuilt.cxx b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_profilsbuilt.cxx
new file mode 100644
index 000000000000..765bb9f7eda8
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.1.x_MAJ_21_22_profilsbuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.1.x/MAJ_21_22_profilsbuilt.cxx.orig 2008-10-22 15:31:25.000000000 +0200
++++ ./tools/medimport/2.1.x/MAJ_21_22_profilsbuilt.cxx 2009-02-10 15:15:28.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus
diff --git a/french/med/files/patch-tools_medimport_2.3.1_MED231champLireEtUnlinkbuilt.cxx b/french/med/files/patch-tools_medimport_2.3.1_MED231champLireEtUnlinkbuilt.cxx
new file mode 100644
index 000000000000..ad61b855161f
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.3.1_MED231champLireEtUnlinkbuilt.cxx
@@ -0,0 +1,10 @@
+--- ./tools/medimport/2.3.1/MED231champLireEtUnlinkbuilt.cxx.orig 2008-10-22 15:31:32.000000000 +0200
++++ ./tools/medimport/2.3.1/MED231champLireEtUnlinkbuilt.cxx 2009-02-10 15:29:03.000000000 +0100
+@@ -16,6 +16,7 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
+
+ #define MESGERR
+
diff --git a/french/med/files/patch-tools_medimport_2.3.1_MED231champNormaliserbuilt.cxx b/french/med/files/patch-tools_medimport_2.3.1_MED231champNormaliserbuilt.cxx
new file mode 100644
index 000000000000..9267c19529e0
--- /dev/null
+++ b/french/med/files/patch-tools_medimport_2.3.1_MED231champNormaliserbuilt.cxx
@@ -0,0 +1,11 @@
+--- ./tools/medimport/2.3.1/MED231champNormaliserbuilt.cxx.orig 2008-10-22 15:31:32.000000000 +0200
++++ ./tools/medimport/2.3.1/MED231champNormaliserbuilt.cxx 2009-02-10 15:31:10.000000000 +0100
+@@ -16,6 +16,8 @@
+ *
+ *************************************************************************/
+
++#include <string.h>
++
+ #define MESGERR
+
+ #ifdef __cplusplus