diff options
Diffstat (limited to 'math/octave/files/patch-scripts+pkg+pkg.m')
-rw-r--r-- | math/octave/files/patch-scripts+pkg+pkg.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m deleted file mode 100644 index a6387b96f962..000000000000 --- a/math/octave/files/patch-scripts+pkg+pkg.m +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/pkg/pkg.m.orig 2011-02-08 19:00:51.000000000 +0900 -+++ scripts/pkg/pkg.m 2011-05-09 12:18:05.000000000 +0900 -@@ -1326,7 +1326,7 @@ - - ## Make. - if (exist (fullfile (src, "Makefile"), "file")) -- [status, output] = shell (cstrcat (scenv, "make -C '", src, "'")); -+ [status, output] = shell (cstrcat (scenv, "gmake -C '", src, "'")); - if (status != 0) - rm_rf (desc.dir); - error ("'make' returned the following error: %s", output); |