diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:53:56 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:53:56 +0000 |
commit | 5efec3454b5e75713f129aaf91b13672abbc3963 (patch) | |
tree | 9c3a9090d7330c4dfef7021bc73b18db061c286e /math/octave-forge-netcdf | |
parent | 3c7e3a06e5c41a694c7df8544ca3220dec51fa62 (diff) |
Notes
Diffstat (limited to 'math/octave-forge-netcdf')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave-forge-netcdf/files/patch-configure b/math/octave-forge-netcdf/files/patch-configure index 7dfa240158c7..da8efcc20a3d 100644 --- a/math/octave-forge-netcdf/files/patch-configure +++ b/math/octave-forge-netcdf/files/patch-configure @@ -1,10 +1,11 @@ ---- configure.orig 2018-04-16 20:33:18 UTC +--- configure.orig 2018-04-18 03:48:30 UTC +++ configure -@@ -2487,7 +2487,6 @@ if test -z "$NC_CONFIG"; then +@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then fi NETCDF_LIBS=`$NC_CONFIG --libs` -NETCDF_CPPFLAGS=`$NC_CONFIG --cflags` ++NETCDF_CPPFLAGS=`$NC_CONFIG --cflags | sed -E 's/-isystem[[:space:]]+[^[:space:]]+//'` |