aboutsummaryrefslogtreecommitdiff
path: root/science/hdf5-18/files/patch-fortran_H5f90i.h
blob: 83f5855b89935fac9b4e604b3d85d7840335e35d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;