mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user