diff --git a/science/tfel-edf/files/patch-cmake_modules_tfel.cmake b/science/tfel-edf/files/patch-cmake_modules_tfel.cmake index a8251a73e734..aa8bc954f304 100644 --- a/science/tfel-edf/files/patch-cmake_modules_tfel.cmake +++ b/science/tfel-edf/files/patch-cmake_modules_tfel.cmake @@ -1,4 +1,4 @@ ---- cmake/modules/tfel.cmake.orig 2019-12-16 14:46:35 UTC +--- cmake/modules/tfel.cmake.orig 2019-04-04 06:48:40 UTC +++ cmake/modules/tfel.cmake @@ -21,7 +21,7 @@ macro(tfel_project tfel_version_major tfel_version_min set(TFEL_VERSION "${VERSION}") @@ -18,7 +18,7 @@ if(LIB_SUFFIX) add_definitions("-DLIB_SUFFIX=\\\"\"${LIB_SUFFIX}\"\\\"") endif(LIB_SUFFIX) -@@ -145,8 +145,14 @@ macro(tfel_library_internal name component) +@@ -132,8 +132,14 @@ macro(tfel_library_internal name component) endif(${ARGC} LESS 2) add_library(${name} SHARED ${ARGN}) if(TFEL_APPEND_SUFFIX) diff --git a/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx b/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx new file mode 100644 index 000000000000..91bf9994d16d --- /dev/null +++ b/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx @@ -0,0 +1,10 @@ +--- mtest/src/AsterSmallStrainBehaviour.cxx.orig 2019-04-04 06:48:40 UTC ++++ mtest/src/AsterSmallStrainBehaviour.cxx +@@ -12,6 +12,7 @@ + */ + + #include ++#include + #include + + #include"TFEL/Raise.hxx"