git: 82633a6049d1 - 2022Q3 - science/kst2: Fix build with newer HDF5 (1.10.8+ or 1.12.1+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 14:25:24 UTC
The branch 2022Q3 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=82633a6049d118789fd7afcb68e95811c4f1c827 commit 82633a6049d118789fd7afcb68e95811c4f1c827 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-07 12:23:47 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-07-14 14:23:36 +0000 science/kst2: Fix build with newer HDF5 (1.10.8+ or 1.12.1+) (cherry picked from commit 8d1b0443daa1bca4e64b113714f9801e7f0f5a0b) --- science/kst2/files/patch-src_datasources_hdf5_hdf5.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/science/kst2/files/patch-src_datasources_hdf5_hdf5.h b/science/kst2/files/patch-src_datasources_hdf5_hdf5.h index 5fb4db538db5..0d59b26c7a7d 100644 --- a/science/kst2/files/patch-src_datasources_hdf5_hdf5.h +++ b/science/kst2/files/patch-src_datasources_hdf5_hdf5.h @@ -1,6 +1,15 @@ ---- src/datasources/hdf5/hdf5.h.orig 2021-01-24 05:51:19 UTC +--- src/datasources/hdf5/hdf5.h.orig 2022-02-16 19:03:30 UTC +++ src/datasources/hdf5/hdf5.h -@@ -18,7 +18,7 @@ +@@ -11,14 +11,14 @@ + ***************************************************************************/ + + +-#ifndef HDF5_H +-#define HDF5_H ++#ifndef KST2_HDF5_H ++#define KST2_HDF5_H + + #include <datasource.h> #include <dataplugin.h> #include <QFileInfo>