svn commit: r480455 - head/math/metis

Mark Linimon linimon at FreeBSD.org
Sun Sep 23 05:12:56 UTC 2018


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
 


More information about the svn-ports-all mailing list