git: f3a42693deae - main - math/p5-Math-Pari: fix build on riscv64

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 8 16:07:37 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f3a42693deae62780b0e328dee1bb2f5776a1778

commit f3a42693deae62780b0e328dee1bb2f5776a1778
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-08 16:07:28 +0000
Commit:     Piotr Kubaj <pkubaj at 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}


More information about the dev-commits-ports-main mailing list