aboutsummaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/math/octave-devel/files/patch-scripts+pkg+pkg.m b/math/octave-devel/files/patch-scripts+pkg+pkg.m
new file mode 100644
index 00000000000..ce7a5d1655c
--- /dev/null
+++ b/math/octave-devel/files/patch-scripts+pkg+pkg.m
@@ -0,0 +1,11 @@
+--- scripts/pkg/pkg.m~ 2008-07-22 00:59:05.000000000 +0900
++++ scripts/pkg/pkg.m 2008-08-23 05:47:31.000000000 +0900
+@@ -1242,7 +1242,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);