mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- Bump portrevision of unbroken octave-forge-* ports. - Bump portrevision of math/dynare which uses library files from octave. - Mark broken: octave-forge-(database|dicom|optim|fits|linear|linear|optim| parallel|signal|strings|struct|tisean|video). - Broken optional dependencies in math/octave-forge to default to off. - Bump portrevision of math/octave-forge.
11 lines
532 B
Matlab
11 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");
|