diff --git a/Formula/givaro.rb b/Formula/givaro.rb index d999ae8..4d9190d 100644 --- a/Formula/givaro.rb +++ b/Formula/givaro.rb @@ -32,6 +32,12 @@ class Givaro < Formula sha256 "4dbba14012886dcd884864edbdf7599a0ea119dd9851c846a27998ca6eba8db3" end + # https://github.com/linbox-team/givaro/issues/232 + patch do + url "https://github.com/linbox-team/givaro/commit/a18baf5227d4f3e81a50850fe98e0d954eaa3ddb.patch" + sha256 "f02396ecb01f8f3b9b3509e46da719e6533131610ee669c2962860430cb2d66c" + end + def install ENV.cxx11 system "autoreconf", "-vif"