forked from Lainports/freebsd-ports
- Obtain sources from GitHub - Use option helpers - Remove SZIP option, since HDF5 always wants to link to it Approved by: thierry (maintainer) Differential Revision: https://reviews.freebsd.org/D17432
11 lines
366 B
C
11 lines
366 B
C
--- src/cgnstools/utilities/binaryio.h.orig 2017-07-17 21:51:06 UTC
|
|
+++ src/cgnstools/utilities/binaryio.h
|
|
@@ -98,7 +98,7 @@
|
|
# define MACH_LOCAL MACH_WIN32
|
|
#endif
|
|
|
|
-#if defined(__linux) || defined(__CYGWIN__)
|
|
+#if defined(__linux) || defined(__CYGWIN__) || defined(__FreeBSD__)
|
|
# define ARCH_LOCAL ARCH_BSIEEE
|
|
# define MACH_LOCAL MACH_LINUX
|
|
#endif
|