mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
532 B
Matlab
12 lines
532 B
Matlab
--- scripts/pkg/private/configure_make.m.orig 2019-02-23 17:33:37 UTC
|
|
+++ scripts/pkg/private/configure_make.m
|
|
@@ -91,7 +91,7 @@ function configure_make (desc, packdir, verbose)
|
|
endif
|
|
|
|
if (exist (fullfile (src, "Makefile"), "file"))
|
|
- [status, output] = shell (sprintf ("%s make --jobs %i --directory '%s'",
|
|
+ [status, output] = shell (sprintf ("%s gmake --jobs %i --directory '%s'",
|
|
scenv, jobs, src), verbose);
|
|
if (status != 0)
|
|
rmdir (desc.dir, "s");
|