diff options
Diffstat (limited to 'science/hdf5-18/files/patch-fortran_H5f90i.h')
-rw-r--r-- | science/hdf5-18/files/patch-fortran_H5f90i.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/hdf5-18/files/patch-fortran_H5f90i.h b/science/hdf5-18/files/patch-fortran_H5f90i.h new file mode 100644 index 000000000000..83f5855b8993 --- /dev/null +++ b/science/hdf5-18/files/patch-fortran_H5f90i.h @@ -0,0 +1,11 @@ +--- fortran/src/H5f90i.h.orig Thu Jul 12 21:26:46 2007 ++++ fortran/src/H5f90i.h Thu Jul 12 21:27:18 2007 +@@ -71,7 +71,7 @@ + #endif /*APPLE*/ + + /* LINUX definitions */ +-#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__)) ++#if (defined(linux) || defined(__gnu_linux__) || defined(__linux__) || defined(__FreeBSD__)) + + /* Common definitions */ + typedef char *_fcd; |