summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/hdf5/files/hdf5-1.8.3-includes.patch')
-rw-r--r--sci-libs/hdf5/files/hdf5-1.8.3-includes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/hdf5/files/hdf5-1.8.3-includes.patch b/sci-libs/hdf5/files/hdf5-1.8.3-includes.patch
deleted file mode 100644
index 5e87f6c..0000000
--- a/sci-libs/hdf5/files/hdf5-1.8.3-includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- hdf5-1.8.3.orig/src/H5E.c 2009-04-15 19:10:01.081735486 +0100
-+++ hdf5-1.8.3/src/H5E.c 2009-04-15 20:02:06.708712912 +0100
-@@ -54,6 +54,8 @@
- /***********/
- /* Headers */
- /***********/
-+#define _GNU_SOURCE
-+#include <stdio.h>
- #include "H5private.h" /* Generic Functions */
- #include "H5Iprivate.h" /* IDs */
- #include "H5Epkg.h" /* Error handling */