aboutsummaryrefslogtreecommitdiff
path: root/ports/hdf5/export-private.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-03-29 03:41:08 +0200
committerGitHub <noreply@github.com>2020-03-28 18:41:08 -0700
commitb79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6 (patch)
treecbc0e7cdf34d0f4deb5a0888a09d45e1d41c5b1e /ports/hdf5/export-private.patch
parentf933c30226de5ed5616f4174eed5c6d192646bda (diff)
downloadvcpkg-b79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6.tar.gz
vcpkg-b79f7675aaa82eb6c5a96ae764fb1ce379a9d5d6.zip
[hdf5] add tools and fortran feature (#9864)
* [hdf5] add tools and fortran feature * change fortran feature to state requirements
Diffstat (limited to 'ports/hdf5/export-private.patch')
-rw-r--r--ports/hdf5/export-private.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/hdf5/export-private.patch b/ports/hdf5/export-private.patch
new file mode 100644
index 000000000..9dd877846
--- /dev/null
+++ b/ports/hdf5/export-private.patch
@@ -0,0 +1,15 @@
+diff --git a/hdf5-1.10.5/hl/src/H5LDprivate.h b/hdf5-1.10.5/hl/src/H5LDprivate.h
+index b52928b53..5f02ea781 100644
+--- a/hdf5-1.10.5/hl/src/H5LDprivate.h
++++ b/hdf5-1.10.5/hl/src/H5LDprivate.h
+@@ -40,8 +40,8 @@ typedef struct H5LD_memb_t {
+ * #2: these two routines are too specific to be made as public routines
+ * Decide to do #3 at this point of time after some discussion.
+ */
+-void H5LD_clean_vector(H5LD_memb_t *listv[]);
+-int H5LD_construct_vector(char *fields, H5LD_memb_t *listv[], hid_t par_tid);
++H5_HLDLL void H5LD_clean_vector(H5LD_memb_t *listv[]);
++H5_HLDLL int H5LD_construct_vector(char *fields, H5LD_memb_t *listv[], hid_t par_tid);
+
+ #endif /* end _H5LDprivate_H */
+