Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 03:10:16 +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: r559909 - head/graphics/py-box2d-py
Message-ID:  <202101020310.1023AG4C038269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Jan  2 03:10:16 2021
New Revision: 559909
URL: https://svnweb.freebsd.org/changeset/ports/559909

Log:
  Add compiler:c11 to USES to force building with newer compiler on GCC-
  based systems:
  
    Box2D/Box2D_wrap.cpp:3696: error: '__builtin_isfinite' was not declared in this scope
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/py-box2d-py/Makefile

Modified: head/graphics/py-box2d-py/Makefile
==============================================================================
--- head/graphics/py-box2d-py/Makefile	Sat Jan  2 02:52:34 2021	(r559908)
+++ head/graphics/py-box2d-py/Makefile	Sat Jan  2 03:10:16 2021	(r559909)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	swig:devel/swig
 LIB_DEPENDS=	libBox2D.so:misc/box2d
 
-USES=		python:3.6+
+USES=		compiler:c11 python:3.6+
 USE_PYTHON=	autoplist distutils
 
 SUB_FILES=	pkg-message



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