aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-24 01:58:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-24 01:58:40 +0000
commita0e228e14ed2968adb464e4c969c428a27025b42 (patch)
treeb8f295849ad577d9dee9adb70c788af79ff4576c /math
parentc37266fb39a881e2534139d8d450977885cd7e6a (diff)
downloadports-a0e228e14ed2968adb464e4c969c428a27025b42.tar.gz
ports-a0e228e14ed2968adb464e4c969c428a27025b42.zip
Actually fix on powerpc64le.
Notes
Notes: svn path=/head/; revision=549882
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Pari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 40de35e73d7b..2ce8a89da248 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -32,7 +32,7 @@ CFLAGS+= -I${PARI_WRKSRC}/src/headers -I${PARI_WRKSRC}/build
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" \