diff options
Diffstat (limited to 'math/p5-Math-GSL/files/patch-inc_Ver2Func.pm')
-rw-r--r-- | math/p5-Math-GSL/files/patch-inc_Ver2Func.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm new file mode 100644 index 000000000000..8ac5d9054710 --- /dev/null +++ b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm @@ -0,0 +1,11 @@ +--- inc/Ver2Func.pm.orig 2021-06-16 17:58:11 UTC ++++ inc/Ver2Func.pm +@@ -397,6 +397,8 @@ my @ver2func = ( + ^gsl_matrix_uint_scale_columns$ + / + ] ++ }, ++ "2.7" => { + } + ); + |