mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
74dc7f2b4b
PR: 156603 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
12 lines
480 B
Mathematica
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);
|