svn commit: r504541 - head/math/libmesh

Mark Linimon linimon at FreeBSD.org
Wed Jun 19 12:27:46 UTC 2019


Author: linimon
Date: Wed Jun 19 12:27:45 2019
New Revision: 504541
URL: https://svnweb.freebsd.org/changeset/ports/504541

Log:
  Add compiler:c++11-lang to unbreak build on powerpc64:
  
    libcontrib_opt.a: relocation truncated to fit: R_PPC64_GOT_TLSLD16 against .LANCHOR1
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/libmesh/Makefile

Modified: head/math/libmesh/Makefile
==============================================================================
--- head/math/libmesh/Makefile	Wed Jun 19 12:23:22 2019	(r504540)
+++ head/math/libmesh/Makefile	Wed Jun 19 12:27:45 2019	(r504541)
@@ -12,11 +12,9 @@ COMMENT=	Numerical simulation of partial differential 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to link: libcontrib_opt.a: relocation truncated to fit: R_PPC64_GOT_TLSLD16 against .LANCHOR1
-
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
-USES=		autoreconf eigen:3 gmake libtool
+USES=		autoreconf compiler:c++11-lang eigen:3 gmake libtool
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	libMesh


More information about the svn-ports-head mailing list