Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 07:03:11 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492830 - head/graphics/reactphysics3d
Message-ID:  <201902130703.x1D73BII001507@repo.freebsd.org>

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



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