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
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) :