diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:12:36 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:12:36 +0000 |
commit | ff65cddc269a86810ffb17e7ad216c05c1d5b371 (patch) | |
tree | d61498efe5dd8f725079623a1a58c5ebfa6df55b /math/octave-forge-netcdf/files/patch-configure | |
parent | dns/dnscrypt-proxy2: Update to 2.0.10 (diff) |
- Update to 1.0.12.
Notes
Notes:
svn path=/head/; revision=467668
Diffstat (limited to 'math/octave-forge-netcdf/files/patch-configure')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-forge-netcdf/files/patch-configure b/math/octave-forge-netcdf/files/patch-configure new file mode 100644 index 000000000000..8886a945c90d --- /dev/null +++ b/math/octave-forge-netcdf/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2018-04-18 01:56:27 UTC ++++ configure +@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then + fi + + NETCDF_LIBS=`$NC_CONFIG --libs` +-NETCDF_CPPFLAGS=`$NC_CONFIG --cflags` ++NETCDF_CPPFLAGS=`--cflags` + + + |