summaryrefslogtreecommitdiff
path: root/math/R-RNetCDF/patches/patch-configure
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-19 02:55:21 +0000
committermef <mef@pkgsrc.org>2021-09-19 02:55:21 +0000
commit5450758f676261f040359a7099a44a39848a00c0 (patch)
treef56854dea39f848414999d4011190014d33d9d97 /math/R-RNetCDF/patches/patch-configure
parent19da9e359a93dbba2a91125c9ab7b227274105a6 (diff)
downloadpkgsrc-5450758f676261f040359a7099a44a39848a00c0.tar.gz
(math/R-RNetCDF) Updated 2.4.2 to 2.5.2
Version 2.5-2, 2021-08-20 * Support hdf5 filters via multi-filter interface (netcdf>=4.8.0) * Windows: update binary packages to netcdf 4.7.4 with OpenDAP * Generate type conversions with m4 macros * Reduce CPU time for utcal.nc example to pass CRAN checks
Diffstat (limited to 'math/R-RNetCDF/patches/patch-configure')
-rw-r--r--math/R-RNetCDF/patches/patch-configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/math/R-RNetCDF/patches/patch-configure b/math/R-RNetCDF/patches/patch-configure
index a0dc96231d1..f33a9098276 100644
--- a/math/R-RNetCDF/patches/patch-configure
+++ b/math/R-RNetCDF/patches/patch-configure
@@ -1,24 +1,24 @@
-$NetBSD: patch-configure,v 1.2 2020/09/20 23:12:15 mef Exp $
+$NetBSD: patch-configure,v 1.3 2021/09/19 02:55:21 mef Exp $
Fix the use of == in shell scripts.
---- configure.orig 2020-09-12 01:56:31.000000000 +0000
-+++ configure
-@@ -3628,7 +3628,7 @@ fi
+--- configure.orig 2021-08-20 17:07:16.000000000 +0900
++++ configure 2021-09-19 11:44:01.660453490 +0900
+@@ -3718,7 +3718,7 @@ fi
fi
--if test "x$have_nc_config" == xyes; then :
-+if test "x$have_nc_config" = xyes; then :
+-if test "x$have_nc_config" == xyes
++if test "x$have_nc_config" = xyes
+ then :
# Prepend linker flags to LDFLAGS:
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking netcdf linker flags" >&5
-@@ -3910,7 +3910,7 @@ fi
+@@ -4064,7 +4064,7 @@ fi
# Define HAVE_LIBUDUNITS2 if all udunits2 checks were successful:
--if test "x$enable_calendar" == xyes; then :
-+if test "x$enable_calendar" = xyes; then :
- $as_echo "#define HAVE_LIBUDUNITS2 1" >>confdefs.h
+-if test "x$enable_calendar" == xyes
++if test "x$enable_calendar" = xyes
+ then :
+ printf "%s\n" "#define HAVE_LIBUDUNITS2 1" >>confdefs.h
- else