Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 12:27:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504541 - head/math/libmesh
Message-ID:  <201906191227.x5JCRj8J089550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191227.x5JCRj8J089550>