diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
commit | c92f309e944f792808ba1c6124dd6f8ec75428a2 (patch) | |
tree | e5fa44c36a620f0d08e15b97f46f913851b206b4 /math/octave/files/patch-liboctave_util_quit.h | |
parent | net/waypipe: update to 0.9.0 (diff) |
math/octave: Update to 9.1.0.
math/octave-forge: Bump portrevision.
Mark broken and set optional dependency to off in math/octave-forge:
math/octave-forge-bioinfo
math/octave-forge-coder
math/octave-forge-financial
math/octave-forge-fits
math/octave-forge-fuzzy-logic-toolkit
math/octave-forge-gnuplot
math/octave-forge-informationtheory
math/octave-forge-irsa
math/octave-forge-level-set
math/octave-forge-nnet
math/octave-forge-plot
math/octave-forge-queueing
math/octave-forge-symband
Diffstat (limited to 'math/octave/files/patch-liboctave_util_quit.h')
-rw-r--r-- | math/octave/files/patch-liboctave_util_quit.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-liboctave_util_quit.h b/math/octave/files/patch-liboctave_util_quit.h new file mode 100644 index 000000000000..c3b21dcef831 --- /dev/null +++ b/math/octave/files/patch-liboctave_util_quit.h @@ -0,0 +1,11 @@ +--- liboctave/util/quit.h.orig 2024-03-16 19:30:09 UTC ++++ liboctave/util/quit.h +@@ -224,7 +224,7 @@ octave_exception + + #if defined (__cplusplus) + +-extern OCTAVE_API std::atomic<int> octave_interrupt_state; ++extern OCTAVE_API std::atomic<sig_atomic_t> octave_interrupt_state; + + extern OCTAVE_API volatile std::atomic<bool> octave_signal_caught; + |