Date: Tue, 8 Jun 2021 16:07:36 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f3a42693deae - main - math/p5-Math-Pari: fix build on riscv64 Message-ID: <202106081607.158G7a3P020154@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a42693deae62780b0e328dee1bb2f5776a1778 commit f3a42693deae62780b0e328dee1bb2f5776a1778 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-08 16:07:28 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-08 16:07:28 +0000 math/p5-Math-Pari: fix build on riscv64 Similar error to other architectures affected. --- math/p5-Math-Pari/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 85b95438e2cd..0eb5bdc551a2 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -29,6 +29,7 @@ CFLAGS_powerpc= -fPIC CFLAGS_powerpc64= -fPIC CFLAGS_powerpc64le= -fPIC CFLAGS_powerpcspe= -fPIC +CFLAGS_riscv64= -fPIC CONFIGURE_ARGS= parilib="-L${PARI_WRKSRC}/build -lpari" \ paridir=${PARI_WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106081607.158G7a3P020154>