Author: Alastair McKinstry <mckinstry@debian.org>
Description: Enable HDF4 and NETCDF4 simultaneously.
 This is a nasty hack to avoid <hdf/netcdf.h> being read.
Last-Updated: 2011-10-23
Forwarded: no

Index: grads-2.0.a9/src/gaio.c
===================================================================
--- grads-2.0.a9.orig/src/gaio.c	2010-09-02 15:00:51.000000000 +0100
+++ grads-2.0.a9/src/gaio.c	2011-10-23 19:34:29.000000000 +0100
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <string.h>
 #if USENETCDF == 1
-#include "netcdf.h"
+#include "/usr/include/netcdf.h"
 #endif
 #if USEHDF ==1
 #include "mfhdf.h"
Index: grads-2.0.a9/src/gauser.c
===================================================================
--- grads-2.0.a9.orig/src/gauser.c	2010-09-02 15:00:51.000000000 +0100
+++ grads-2.0.a9/src/gauser.c	2011-10-23 19:34:14.000000000 +0100
@@ -19,7 +19,7 @@
 #endif
 
 #if USENETCDF == 1
-#include "netcdf.h"
+#include "/usr/include/netcdf.h"
 #endif 
 
 #if USEHDF == 1
