diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-02-26 03:35:32 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-02-26 03:35:32 +0000 |
commit | 8728727c16c95a5af76340319346e782662c5a61 (patch) | |
tree | dfef2ac7b11064042904cb7ce535cf5d95f5b9e9 /math/octave-forge-netcdf/files/patch-Makefile | |
parent | - Update to 0.9.7 (diff) |
- Attempt to fix build errors reported by pkg-fallout@.
Reference: http://beefy1.isc.freebsd.org/data/10i386-default/2015-02-25_13h40m16s/logs/octave-forge-netcdf-1.0.6.log
Notes
Notes:
svn path=/head/; revision=379984
Diffstat (limited to 'math/octave-forge-netcdf/files/patch-Makefile')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-forge-netcdf/files/patch-Makefile b/math/octave-forge-netcdf/files/patch-Makefile new file mode 100644 index 000000000000..96ca14c0b8b2 --- /dev/null +++ b/math/octave-forge-netcdf/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile-orig 2015-02-26 03:30:37.000000000 +0000 ++++ Makefile 2015-02-26 03:30:57.000000000 +0000 +@@ -18,7 +18,7 @@ + rm ../PKG_ADD ../inst/import_netcdf.m + + __netcdf__.oct: $(SRC) netcdf_constants.h +- $(MKOCTFILE) $(CFLAGS) $(SRC) $(LIBS) ++ $(MKOCTFILE) $(SRC) $(LIBS) + + ../PKG_ADD: $(SRC) + sh PKG_ADD.sh |