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-libgnu_math.in.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-libgnu_math.in.h')
-rw-r--r-- | math/octave/files/patch-libgnu_math.in.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/octave/files/patch-libgnu_math.in.h b/math/octave/files/patch-libgnu_math.in.h index 08de62e0a526..c5f23164dc27 100644 --- a/math/octave/files/patch-libgnu_math.in.h +++ b/math/octave/files/patch-libgnu_math.in.h @@ -1,8 +1,8 @@ ---- libgnu/math.in.h.orig 2022-11-02 18:19:56 UTC +--- libgnu/math.in.h.orig 2024-03-12 18:00:23 UTC +++ libgnu/math.in.h -@@ -15,7 +15,7 @@ - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see <https://www.gnu.org/licenses/>. */ +@@ -20,7 +20,7 @@ + would lead to many syntax errors. */ + #if !(defined __ANDROID__ && defined _LIBCPP_MATH_H && !defined INFINITY) -#ifndef _@GUARD_PREFIX@_MATH_H +#if 1 |