svn commit: r512392 - head/math/suitesparse

Thierry Thomas thierry at FreeBSD.org
Fri Sep 20 07:18:17 UTC 2019


Author: thierry
Date: Fri Sep 20 07:18:17 2019
New Revision: 512392
URL: https://svnweb.freebsd.org/changeset/ports/512392

Log:
  Fix on -CURRENT.
  
  PR:		240672
  Reported by:	ohartmann (at) walstatt.org

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Fri Sep 20 07:17:05 2019	(r512391)
+++ head/math/suitesparse/Makefile	Fri Sep 20 07:18:17 2019	(r512392)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	libmetis.so:math/metis \
 		liblapack.so:math/lapack
 
-USES=		cmake:insource compiler:openmp fortran gmake
+USES=		cmake:insource compiler:c++0x fortran gmake
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/SuiteSparse


More information about the svn-ports-all mailing list