From c3174cb8ef4ed026334d4b3510003ed201467a03 Mon Sep 17 00:00:00 2001 From: stephen Date: Thu, 26 Feb 2015 03:35:32 +0000 Subject: - 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 --- math/octave-forge-netcdf/files/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/octave-forge-netcdf/files/patch-Makefile (limited to 'math') 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 -- cgit