forked from Lainports/opnsense-ports
11 lines
524 B
Matlab
11 lines
524 B
Matlab
--- scripts/pkg/private/configure_make.m.orig 2018-04-30 17:03:56 UTC
|
|
+++ scripts/pkg/private/configure_make.m
|
|
@@ -87,7 +87,7 @@ function configure_make (desc, packdir,
|
|
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");
|