diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-05-10 08:28:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-05-10 08:28:34 +0000 |
commit | 74dc7f2b4b31cdc8073dabdd4037cb5e4b287957 (patch) | |
tree | bd824ef8dc8dd5d694f6cbb14b8ada16a3bce6ee /math/octave/files/patch-scripts+pkg+pkg.m | |
parent | Update to 5.1.57 release. (diff) |
update to 3.4.0
PR: 156603
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
Diffstat (limited to 'math/octave/files/patch-scripts+pkg+pkg.m')
-rw-r--r-- | math/octave/files/patch-scripts+pkg+pkg.m | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m index ec414d29ebf6..a6387b96f962 100644 --- a/math/octave/files/patch-scripts+pkg+pkg.m +++ b/math/octave/files/patch-scripts+pkg+pkg.m @@ -1,11 +1,11 @@ ---- scripts/pkg/pkg.m~ 2009-07-27 18:31:53.000000000 +0900 -+++ scripts/pkg/pkg.m 2009-07-27 18:32:52.000000000 +0900 -@@ -1247,7 +1247,7 @@ +--- 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 ("export INSTALLDIR=\"", desc.dir, -- "\"; make -C '", src, "'")); -+ "\"; gmake -C '", src, "'")); +- [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); + rm_rf (desc.dir); + error ("'make' returned the following error: %s", output); |