diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-04-01 21:50:30 +0200 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-04-01 21:50:30 +0200 |
commit | ae87e61389da10a64caeff9688560760e37b5f1e (patch) | |
tree | f7787d49e3438839110b8287cc4dd260123165e8 /net/openmpi/files | |
parent | emulators/yuzu: unbreak with kern.elf64.allow_wx=0 (diff) |
net/openmpi: update to 4.1.3
Bugfix Release, see announcement at
https://www.mail-archive.com/announce@lists.open-mpi.org/msg00147.html
Diffstat (limited to 'net/openmpi/files')
-rw-r--r-- | net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h b/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h new file mode 100644 index 000000000000..929884acd3bf --- /dev/null +++ b/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h @@ -0,0 +1,10 @@ +--- ompi/mca/sharedfp/sm/sharedfp_sm.h.orig 2022-04-01 19:57:04.609982000 +0200 ++++ ompi/mca/sharedfp/sm/sharedfp_sm.h 2022-04-01 19:57:19.417411000 +0200 +@@ -29,6 +29,7 @@ + #include "ompi/mca/sharedfp/sharedfp.h" + #include "ompi/mca/common/ompio/common_ompio.h" + #include <semaphore.h> ++#include <sys/stat.h> + + BEGIN_C_DECLS + |