1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/science/hdf5-18/files/patch-src-H5FDdirect.c
Sunpoet Po-Chuan Hsieh 7280313c2e - Update to 1.8.9
- Update MASTER_SITES
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Restore missing newline at the end of patch file

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
PR:		ports/168142
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2012-06-06 16:45:22 +00:00

12 lines
390 B
C

--- ./src/H5FDdirect.c.orig 2011-11-07 14:11:30.000000000 -0800
+++ ./src/H5FDdirect.c 2011-12-21 16:50:03.000000000 -0800
@@ -29,6 +29,8 @@
* this file. */
/* #define _XOPEN_SOURCE 600 */
+#define O_DIRECT 0x00010000
+
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
#include "H5Fprivate.h" /* File access */