diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-10 19:36:44 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-10 19:36:44 +0000 |
commit | fdd8bb8872526c8e04cf410c284d110e7f7cccd9 (patch) | |
tree | d6e907072364e9cf770ce719e71bc5ab9ad359e2 /misc/adios2/files | |
parent | 9b4304f0fa06fdffbbb942b090e52ef0a2769abd (diff) | |
download | ports-fdd8bb8872526c8e04cf410c284d110e7f7cccd9.tar.gz ports-fdd8bb8872526c8e04cf410c284d110e7f7cccd9.zip |
misc/adios2: Add missing patch fixing build
Notes
Notes:
svn path=/head/; revision=564904
Diffstat (limited to 'misc/adios2/files')
-rw-r--r-- | misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp b/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp new file mode 100644 index 000000000000..329bfa1aa320 --- /dev/null +++ b/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp @@ -0,0 +1,12 @@ +- workaround for https://github.com/ornladios/ADIOS2/issues/2615 + +--- source/adios2/helper/adiosNetwork.cpp.orig 2021-02-10 18:38:17 UTC ++++ source/adios2/helper/adiosNetwork.cpp +@@ -23,6 +23,7 @@ + #include <string.h> //AvailableIpAddresses() strncp + #include <sys/ioctl.h> //AvailableIpAddresses() ioctl + #include <unistd.h> //AvailableIpAddresses() close ++#include <netinet/in.h> + + #include <nlohmann/json.hpp> + |