diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-02-09 18:53:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-02-09 18:53:12 +0000 |
commit | 9c19df593a82f27525bddda97946febd7e1fbb3e (patch) | |
tree | be5801b4b385a04c75cc1baf3b06a46cc4f893e5 /math/pari | |
parent | - Fix plist: don't install unnneded file [1] (diff) |
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 9fc61e26204f..8c1e9656dce7 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -30,6 +30,8 @@ USE_LDCONFIG= yes USE_PERL5= build USES= perl5 +CFLAGS_aarch64= -fPIC + OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 OPTIONS_DEFAULT= OPTIMIZED_CFLAGS X11 .ifndef WITH_DEBUG |