dev-perl/Math-Pari: add workaround for hppa build (disable assembler)

Closes: https://bugs.gentoo.org/887803
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-04-14 01:58:45 +02:00
parent 20ca6700b5
commit cbf35bac38

View File

@@ -60,6 +60,9 @@ src_configure() {
# non-machine specific assembly methods here.
use sparc && myconf="${myconf} machine=none"
# Unfortunately the assembly routines for hppa hard-assume HPUX ...
use hppa && myconf="${myconf} machine=none"
perl-module_src_configure
}