diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-07-07 15:15:57 +0000 |
commit | 5721174f8191ab30e3d69d64b7e8ac3275e16c79 (patch) | |
tree | 8efbb400cfb2c20ac0a27ad0714c391b17f2644b /french/med/files/patch-config_ltmain.sh | |
parent | Upgrade Code_Saturne to 2.0. (diff) |
Upgrade Code_Aster to 10.6.0-3.
Notes
Notes:
svn path=/head/; revision=300604
Diffstat (limited to 'french/med/files/patch-config_ltmain.sh')
-rw-r--r-- | french/med/files/patch-config_ltmain.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/french/med/files/patch-config_ltmain.sh b/french/med/files/patch-config_ltmain.sh new file mode 100644 index 000000000000..02cae670602b --- /dev/null +++ b/french/med/files/patch-config_ltmain.sh @@ -0,0 +1,11 @@ +--- ./config/ltmain.sh.orig 2011-11-03 15:35:55.000000000 +0100 ++++ ./config/ltmain.sh 2011-12-26 21:19:08.000000000 +0100 +@@ -4160,7 +4160,7 @@ + # include <io.h> + # endif + #endif +-#include <malloc.h> ++#include <stdlib.h> + #include <stdarg.h> + #include <assert.h> + #include <string.h> |