diff options
Diffstat (limited to 'math/octave-forge-netcdf/files/patch-Makefile')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave-forge-netcdf/files/patch-Makefile b/math/octave-forge-netcdf/files/patch-Makefile deleted file mode 100644 index 96ca14c0b8b2..000000000000 --- a/math/octave-forge-netcdf/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |