svn commit: r480452 - head/math/sleef

Mark Linimon linimon at FreeBSD.org
Sun Sep 23 05:07:14 UTC 2018


Author: linimon
Date: Sun Sep 23 05:07:13 2018
New Revision: 480452
URL: https://svnweb.freebsd.org/changeset/ports/480452

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

Modified:
  head/math/sleef/Makefile

Modified: head/math/sleef/Makefile
==============================================================================
--- head/math/sleef/Makefile	Sun Sep 23 04:38:22 2018	(r480451)
+++ head/math/sleef/Makefile	Sun Sep 23 05:07:13 2018	(r480452)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 IGNORE_FreeBSD_10=	base compiler too old
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c11
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list