File: nc-config.patch

package info (click to toggle)
grads 3%3A2.2.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 18,264 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (13 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: grads-2.2.1/configure.ac
===================================================================
--- grads-2.2.1.orig/configure.ac
+++ grads-2.2.1/configure.ac
@@ -719,7 +719,7 @@ if test "$have_udunits" = "yes" ; then
     [ AC_CHECK_LIB([netcdf], [main],
       [ use_nc="yes"
         # check if we have nc-config utility
-        NC_CONFIG=${ga_supplib_dir}/bin/nc-config
+        NC_CONFIG=/usr/bin/nc-config
 	if test ! -f "$NC_CONFIG" || test ! -x "$NC_CONFIG"; then
           use_nc4="no"
 #          GA_SET_LIB_VAR(nc_libs, [udunits netcdf])