1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/octave/files/patch-scripts+pkg+pkg.m
Maho Nakata 74dc7f2b4b update to 3.4.0
PR:		156603
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
2011-05-10 08:28:34 +00:00

12 lines
480 B
Mathematica

--- 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);