1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/kst2: Fix build with newer HDF5 (1.10.8+ or 1.12.1+)

This commit is contained in:
Po-Chuan Hsieh 2022-07-07 20:23:47 +08:00
parent 2024cac7a8
commit 8d1b0443da
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>