svn commit: r434130 - head/math/p5-Math-GSL
Tijl Coosemans
tijl at FreeBSD.org
Tue Feb 14 17:16:47 UTC 2017
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}
More information about the svn-ports-all
mailing list