mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- Either bump portrevision or mark broken for octave-forge-* ports. - Bump port revision for octave-forge.
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");
|