aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-02-14 17:16:45 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-02-14 17:16:45 +0000
commitac06bdac244091c498e1a865a37367e617a7be27 (patch)
tree0db116d6cd1d7b6ec33e36497aee67ad4bcf1dad /math/p5-Math-GSL
parentf6ebf6cceb5a6544fe3533b90baeb4a33b242c01 (diff)
downloadports-ac06bdac244091c498e1a865a37367e617a7be27.tar.gz
ports-ac06bdac244091c498e1a865a37367e617a7be27.zip
Remove -fPIC. It builds fine without.
Notes
Notes: svn path=/head/; revision=434130
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 621932bb33ea..3dac520e76e8 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -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}