aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-09 18:53:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-02-09 18:53:12 +0000
commit9c19df593a82f27525bddda97946febd7e1fbb3e (patch)
treebe5801b4b385a04c75cc1baf3b06a46cc4f893e5 /math/p5-Math-GSL
parent94cfddd88b5504163425ef7d62dc9066c0967772 (diff)
downloadports-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.gz
ports-9c19df593a82f27525bddda97946febd7e1fbb3e.zip
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=433767
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 607d432b48fb..621932bb33ea 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -25,6 +25,8 @@ 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}