diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 11:20:14 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 11:20:14 +0800 |
commit | 66eae96756392267dca2c532a2f364985c64aad6 (patch) | |
tree | 694aea1350156a138c77149e07e21f33c860d769 /math | |
parent | 9fce5e11e1e5a7b2e447753743cdf6d8343135b5 (diff) | |
download | freebsd-ports-gnome-66eae96756392267dca2c532a2f364985c64aad6.tar.gz freebsd-ports-gnome-66eae96756392267dca2c532a2f364985c64aad6.tar.zst freebsd-ports-gnome-66eae96756392267dca2c532a2f364985c64aad6.zip |
- Redo patch-configure in a slightly smarter way than r467668.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-netcdf/files/patch-configure b/math/octave-forge-netcdf/files/patch-configure index 8886a945c90d..7dfa240158c7 100644 --- a/math/octave-forge-netcdf/files/patch-configure +++ b/math/octave-forge-netcdf/files/patch-configure @@ -1,11 +1,10 @@ ---- configure.orig 2018-04-18 01:56:27 UTC +--- configure.orig 2018-04-16 20:33:18 UTC +++ configure -@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then +@@ -2487,7 +2487,6 @@ if test -z "$NC_CONFIG"; then fi NETCDF_LIBS=`$NC_CONFIG --libs` -NETCDF_CPPFLAGS=`$NC_CONFIG --cflags` -+NETCDF_CPPFLAGS=`--cflags` |