Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 17:16:46 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434130 - head/math/p5-Math-GSL
Message-ID:  <201702141716.v1EHGkv6051984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Feb 14 17:16:45 2017
New Revision: 434130
URL: https://svnweb.freebsd.org/changeset/ports/434130

Log:
  Remove -fPIC.  It builds fine without.

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

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Tue Feb 14 17:07:10 2017	(r434129)
+++ head/math/p5-Math-GSL/Makefile	Tue Feb 14 17:16:45 2017	(r434130)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Math-GSL
 PORTVERSION=	0.39
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -25,8 +26,6 @@ USES=		perl5
 
 BROKEN_sparc64=	does not compile on sparc64
 
-CFLAGS_aarch64=	-fPIC
-
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD}
 



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