Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 19:34:37 +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: r549835 - head/math/p5-Math-Pari
Message-ID:  <202009231934.08NJYb76055377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Sep 23 19:34:37 2020
New Revision: 549835
URL: https://svnweb.freebsd.org/changeset/ports/549835

Log:
  Canonicalize CFLAGS across all powerpc variants.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/p5-Math-Pari/Makefile

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Wed Sep 23 19:33:07 2020	(r549834)
+++ head/math/p5-Math-Pari/Makefile	Wed Sep 23 19:34:37 2020	(r549835)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231934.08NJYb76055377>