svn commit: r541337 - head/math/suitesparse

Thierry Thomas thierry at FreeBSD.org
Mon Jul 6 11:22:26 UTC 2020


Author: thierry
Date: Mon Jul  6 11:22:25 2020
New Revision: 541337
URL: https://svnweb.freebsd.org/changeset/ports/541337

Log:
  Fix linkage on 11.3 i386.
  
  Reported by:	antoine

Modified:
  head/math/suitesparse/Makefile

Modified: head/math/suitesparse/Makefile
==============================================================================
--- head/math/suitesparse/Makefile	Mon Jul  6 11:10:16 2020	(r541336)
+++ head/math/suitesparse/Makefile	Mon Jul  6 11:22:25 2020	(r541337)
@@ -66,7 +66,7 @@ MODULES=	AMD CAMD CCOLAMD CHOLMOD COLAMD CSparse CXSpa
 
 .if ${ARCH} == i386
 # See PR 230888 : Missing 64 bit atomic functions for i386
-USES+=		compiler:gcc-c++11-lib
+USE_GCC=	yes
 LDFLAGS+=	-latomic
 .elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1
 USE_GCC=	yes


More information about the svn-ports-all mailing list