diff options
Diffstat (limited to 'science/hdf5/files/patch-fortran_H5f90i.h')
-rw-r--r-- | science/hdf5/files/patch-fortran_H5f90i.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/hdf5/files/patch-fortran_H5f90i.h b/science/hdf5/files/patch-fortran_H5f90i.h deleted file mode 100644 index 83f5855b8993..000000000000 --- a/science/hdf5/files/patch-fortran_H5f90i.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |