From 82633a6049d118789fd7afcb68e95811c4f1c827 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 7 Jul 2022 20:23:47 +0800 Subject: [PATCH] science/kst2: Fix build with newer HDF5 (1.10.8+ or 1.12.1+) (cherry picked from commit 8d1b0443daa1bca4e64b113714f9801e7f0f5a0b) --- .../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 5fb4db538db57..0d59b26c7a7d2 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 #include #include