Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 05:12:55 +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: r480455 - head/math/metis
Message-ID:  <201809230512.w8N5CtVp000590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 23 05:12:55 2018
New Revision: 480455
URL: https://svnweb.freebsd.org/changeset/ports/480455

Log:
  Fix build on gcc-bases archs.
  
  PR:		231558
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/metis/Makefile

Modified: head/math/metis/Makefile
==============================================================================
--- head/math/metis/Makefile	Sun Sep 23 05:10:38 2018	(r480454)
+++ head/math/metis/Makefile	Sun Sep 23 05:12:55 2018	(r480455)
@@ -12,11 +12,9 @@ COMMENT=	Package for unstructured graph partitioning
 
 LICENSE=	APACHE20
 
-BROKEN_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
-
 CONFLICTS=	metis4-4* metis-edf-[0-9]*
 
-USES=		cmake:noninja
+USES=		cmake:noninja compiler:c11
 
 OPTIONS_DEFINE=	OPENMP SHARED STATIC DOCS
 



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