aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 19:34:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 19:34:37 +0000
commit8fd694ef6d6f7efca4cce1634ed76419e3eff33d (patch)
treeda388c420a726aa706917f1c53920a09ee58147a /math
parent79070b16c8be2d2cb5a157f15392c8a5d3d3e4f3 (diff)
downloadports-8fd694ef6d6f7efca4cce1634ed76419e3eff33d.tar.gz
ports-8fd694ef6d6f7efca4cce1634ed76419e3eff33d.zip
Canonicalize CFLAGS across all powerpc variants.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549835
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Pari/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 8f0b18c5aad0..40de35e73d7b 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -29,9 +29,11 @@ USE_PERL5= configure
PARI_WRKSRC= ${WRKDIR}/pari-2.3.5
CFLAGS+= -I${PARI_WRKSRC}/src/headers -I${PARI_WRKSRC}/build
-CFLAGS_aarch64= -fPIC
-CFLAGS_powerpc= -fPIC
+CFLAGS_aarch64= -fPIC
+CFLAGS_powerpc= -fPIC
CFLAGS_powerpc64= -fPIC
+CFLAGS_powerpc64= -fPIC
+CFLAGS_powerpcspe= -fPIC
CONFIGURE_ARGS= parilib="-L${PARI_WRKSRC}/build -lpari" \
paridir=${PARI_WRKSRC}