mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
03991f0bd4
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.
14 lines
314 B
C
14 lines
314 B
C
$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 );
|