diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-02-13 08:38:59 -0600 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-02-13 08:39:50 -0600 |
commit | 65e82287a8ffdcc5625e49d2577fff7d7d7cb916 (patch) | |
tree | 6c845b19fa7be5bb67b8b41eb680de0f8d2d2bd2 /math/octave-forge-coder/files/patch-pre__install.m | |
parent | mail/nbsmtp: Does not build with clang 15 (diff) |
math/octave-forge-coder: Update to 1.8.0.
Diffstat (limited to 'math/octave-forge-coder/files/patch-pre__install.m')
-rw-r--r-- | math/octave-forge-coder/files/patch-pre__install.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/octave-forge-coder/files/patch-pre__install.m b/math/octave-forge-coder/files/patch-pre__install.m new file mode 100644 index 000000000000..4615bd263294 --- /dev/null +++ b/math/octave-forge-coder/files/patch-pre__install.m @@ -0,0 +1,10 @@ +--- pre_install.m.orig 2023-02-13 14:36:06 UTC ++++ pre_install.m +@@ -1,6 +1,6 @@ + function pre_install (in) + +- disp ('Installing package coder. It may take a while. Please wait ...') ++ disp ('Building package coder. It may take a while. Please wait ...') + basedir = fileparts(mfilename ('fullpath')); + sourcedir = format_path(fullfile(basedir, 'src')); + |