svn commit: r492830 - head/graphics/reactphysics3d

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 13 07:03:11 UTC 2019


Author: yuri
Date: Wed Feb 13 07:03:10 2019
New Revision: 492830
URL: https://svnweb.freebsd.org/changeset/ports/492830

Log:
  graphics/reactphysics3d: fix build with GCC-based architectures
  
  PR:		235685
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/graphics/reactphysics3d/Makefile

Modified: head/graphics/reactphysics3d/Makefile
==============================================================================
--- head/graphics/reactphysics3d/Makefile	Wed Feb 13 07:00:58 2019	(r492829)
+++ head/graphics/reactphysics3d/Makefile	Wed Feb 13 07:03:10 2019	(r492830)
@@ -11,7 +11,7 @@ COMMENT=	C++ physics engine library in 3D
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	DanielChappuis
 GH_TAGNAME=	f3be5384997da7ddeccc526036985a80de660bae  # branch 'fix37'


More information about the svn-ports-all mailing list