summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/patch-scripts+pkg+pkg.m
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-devel/files/patch-scripts+pkg+pkg.m')
-rw-r--r--math/octave-devel/files/patch-scripts+pkg+pkg.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave-devel/files/patch-scripts+pkg+pkg.m b/math/octave-devel/files/patch-scripts+pkg+pkg.m
deleted file mode 100644
index 52f944ba4382..000000000000
--- a/math/octave-devel/files/patch-scripts+pkg+pkg.m
+++ /dev/null
@@ -1,11 +0,0 @@
---- scripts/pkg/pkg.m~ 2009-03-09 11:04:57.000000000 +0900
-+++ scripts/pkg/pkg.m 2009-03-09 11:05:12.000000000 +0900
-@@ -1239,7 +1239,7 @@
- ## Make.
- if (exist (fullfile (src, "Makefile"), "file"))
- [status, output] = shell (cstrcat ("export INSTALLDIR=\"", desc.dir,
-- "\"; make -C '", src, "'"));
-+ "\"; gmake -C '", src, "'"));
- if (status != 0)
- rm_rf (desc.dir);
- error ("'make' returned the following error: %s", output);