Date: Thu, 24 Sep 2020 01:58:41 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549882 - head/math/p5-Math-Pari Message-ID: <202009240158.08O1wfNR093283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Sep 24 01:58:40 2020 New Revision: 549882 URL: https://svnweb.freebsd.org/changeset/ports/549882 Log: Actually fix on powerpc64le. Modified: head/math/p5-Math-Pari/Makefile Modified: head/math/p5-Math-Pari/Makefile ============================================================================== --- head/math/p5-Math-Pari/Makefile Thu Sep 24 01:58:18 2020 (r549881) +++ head/math/p5-Math-Pari/Makefile Thu Sep 24 01:58:40 2020 (r549882) @@ -32,7 +32,7 @@ CFLAGS+= -I${PARI_WRKSRC}/src/headers -I${PARI_WRKSRC} CFLAGS_aarch64= -fPIC CFLAGS_powerpc= -fPIC CFLAGS_powerpc64= -fPIC -CFLAGS_powerpc64= -fPIC +CFLAGS_powerpc64le= -fPIC CFLAGS_powerpcspe= -fPIC CONFIGURE_ARGS= parilib="-L${PARI_WRKSRC}/build -lpari" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009240158.08O1wfNR093283>