svn commit: r559909 - head/graphics/py-box2d-py

Mark Linimon linimon at FreeBSD.org
Sat Jan 2 03:10:17 UTC 2021


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


More information about the svn-ports-all mailing list