summaryrefslogtreecommitdiff
path: root/graphics/grads/files/patch-src_gagui.h
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-04-07 21:48:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-04-07 21:48:51 +0000
commit03991f0bd4f3bbf2ba914cffbc26f5fe3a1262e5 (patch)
tree92be8ad93c784e67646f4b22331b9a9c8e2de885 /graphics/grads/files/patch-src_gagui.h
parentReset bouncing maintainer address: (diff)
. Add a port of GrADS:
The Grid Analysis and Display System (GrADS) is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF-SDS (Scientific Data Sets). GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet.
Diffstat (limited to 'graphics/grads/files/patch-src_gagui.h')
-rw-r--r--graphics/grads/files/patch-src_gagui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/grads/files/patch-src_gagui.h b/graphics/grads/files/patch-src_gagui.h
new file mode 100644
index 000000000000..6cfda47fa30c
--- /dev/null
+++ b/graphics/grads/files/patch-src_gagui.h
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- src/gagui.h.orig Fri Mar 25 15:17:42 2005
++++ src/gagui.h Fri Mar 25 15:18:16 2005
+@@ -11,7 +11,7 @@
+ */
+ /* kk --- 020619 added List and Free_List --- kk */
+
+-#include "libsx.h"
++#include "X11/libsx/libsx.h"
+
+ int init_display(int argc, char **argv, void *data);
+ int Custom_GUI( char *fname );