diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index cf9e60872f0..c32e8fc498f 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -113,6 +113,7 @@ do_configure() { # configure.py sometimes(?) creates invalid "-march= " and "-mtune= " without parameter sed -i Makefile \ -e"s;-std= ;-std=c++11 ;" \ + -e"s;-mabi= ;;" \ -e"s;-march= ;-march=${_march} ;" \ -e"s;-mtune= ;-mtune=${_tune} ;" \ -e"s;-mfloat-abi= ;-mfloat-abi=${_float} ;"