1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

math/linbox: Add a patch from upstream to fix build on CURRENT.

This commit is contained in:
Gleb Popov 2020-06-29 14:40:37 +00:00
parent 8b4b483d86
commit c095a64103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540775
2 changed files with 14 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= linbox
PORTVERSION= 1.6.3
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= math

View File

@ -0,0 +1,13 @@
--- linbox/algorithms/det-rational.h.orig 2019-06-07 13:22:08 UTC
+++ linbox/algorithms/det-rational.h
@@ -79,8 +79,8 @@ namespace LinBox
struct MyRationalModularDet {
const Blackbox &A;
const MyMethod &M;
- const Integer &mul;//multiplicative prec;
- const Integer ÷
+ Integer mul;//multiplicative prec;
+ Integer div;
MyRationalModularDet(const Blackbox& b, const MyMethod& n,
const Integer & p1, const Integer & p2) :