svn commit: r558843 - head/science/tfel-edf/files
Thierry Thomas
thierry at FreeBSD.org
Mon Dec 21 16:37:24 UTC 2020
Author: thierry
Date: Mon Dec 21 16:37:23 2020
New Revision: 558843
URL: https://svnweb.freebsd.org/changeset/ports/558843
Log:
Fix for GCC_DEFAULT=10.
PR: 246700
Submitted by: gerald@
Reported by: exp-run (antoine@)
Added:
head/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx (contents, props changed)
Modified:
head/science/tfel-edf/files/patch-cmake_modules_tfel.cmake
Modified: head/science/tfel-edf/files/patch-cmake_modules_tfel.cmake
==============================================================================
--- head/science/tfel-edf/files/patch-cmake_modules_tfel.cmake Mon Dec 21 16:18:06 2020 (r558842)
+++ head/science/tfel-edf/files/patch-cmake_modules_tfel.cmake Mon Dec 21 16:37:23 2020 (r558843)
@@ -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)
Added: head/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/tfel-edf/files/patch-mtest_src_AsterSmallStrainBehaviour.cxx Mon Dec 21 16:37:23 2020 (r558843)
@@ -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<cmath>
++#include<ostream>
+ #include<algorithm>
+
+ #include"TFEL/Raise.hxx"
More information about the svn-ports-head
mailing list