From 74dc7f2b4b31cdc8073dabdd4037cb5e4b287957 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 10 May 2011 08:28:34 +0000 Subject: update to 3.4.0 PR: 156603 Submitted by: Stephen Montgomery-Smith --- math/octave/files/patch-scripts+pkg+pkg.m | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'math/octave/files/patch-scripts+pkg+pkg.m') 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); -- cgit v1.2.3