Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 05:07:13 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480452 - head/math/sleef
Message-ID:  <201809230507.w8N57DHq095481@repo.freebsd.org>

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



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