svn commit: r473296 - head/math/ccmath

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 06:44:10 UTC 2018


Author: linimon
Date: Mon Jun 25 06:44:09 2018
New Revision: 473296
URL: https://svnweb.freebsd.org/changeset/ports/473296

Log:
  Mark as broken on aarch64.
  
  Approved by:	portmgr (tier-2 license)

Modified:
  head/math/ccmath/Makefile

Modified: head/math/ccmath/Makefile
==============================================================================
--- head/math/ccmath/Makefile	Mon Jun 25 06:39:10 2018	(r473295)
+++ head/math/ccmath/Makefile	Mon Jun 25 06:44:09 2018	(r473296)
@@ -12,6 +12,8 @@ COMMENT=	Mathematics library with many different funct
 
 LICENSE=	LGPL20
 
+BROKEN_aarch64=		fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: bias in readonly segment; recompile object files with -fPIC
+
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*


More information about the svn-ports-all mailing list