From 03991f0bd4f3bbf2ba914cffbc26f5fe3a1262e5 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 7 Apr 2005 21:48:51 +0000 Subject: . 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. --- graphics/grads/files/patch-src_gagui.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/grads/files/patch-src_gagui.h (limited to 'graphics/grads/files/patch-src_gagui.h') 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 ); -- cgit v1.2.3