Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 11:22:25 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541337 - head/math/suitesparse
Message-ID:  <202007061122.066BMPKl095914@repo.freebsd.org>

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



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