diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-02-10 02:53:12 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-02-10 02:53:12 +0800 |
commit | 9c19df593a82f27525bddda97946febd7e1fbb3e (patch) | |
tree | be5801b4b385a04c75cc1baf3b06a46cc4f893e5 /math/p5-Math-GSL | |
parent | 94cfddd88b5504163425ef7d62dc9066c0967772 (diff) | |
download | freebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.gz freebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.zst freebsd-ports-gnome-9c19df593a82f27525bddda97946febd7e1fbb3e.zip |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 2 |
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} |