diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 21:52:31 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-24 21:52:31 +0000 |
commit | 03c2ec3f734d52fc9368414092415b9c8c18b229 (patch) | |
tree | f773722a040bd218b0ba3f3c82d37344f1925115 /math/octave/files/patch-scripts_pkg_private_configure__make.m | |
parent | Remove dead code: Java support (via GCJ) has not been part of any of (diff) |
- Update to 4.2.1.
- Maintainership to stephen@.
PR: ports/225073
Submitted by: Ben Lauwens <ben.lauwens@gmail.com>
Diffstat (limited to 'math/octave/files/patch-scripts_pkg_private_configure__make.m')
-rw-r--r-- | math/octave/files/patch-scripts_pkg_private_configure__make.m | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-scripts_pkg_private_configure__make.m b/math/octave/files/patch-scripts_pkg_private_configure__make.m new file mode 100644 index 000000000000..1e6b0b6bce61 --- /dev/null +++ b/math/octave/files/patch-scripts_pkg_private_configure__make.m @@ -0,0 +1,11 @@ +--- scripts/pkg/private/configure_make.m.orig 2017-02-22 18:01:55 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"); |