commit: cbf35bac382b52027ab9ec3ced380d51d23b4be4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 23:58:45 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 23:59:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf35bac
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 <AT> gentoo.org> dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild b/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild index 01cab743aa42..a4d3916fbe16 100644 --- a/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild +++ b/dev-perl/Math-Pari/Math-Pari-2.30.523.ebuild @@ -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 }
