aboutsummaryrefslogtreecommitdiff
path: root/graphics/reactphysics3d
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-02-13 07:03:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-02-13 07:03:10 +0000
commit58c66aa1e4326ec476019f5d9483c9856c6682c4 (patch)
treee9377730b4513643d98137a06a3deb8b9937709b /graphics/reactphysics3d
parent2900541294a485917c859bbbfbaacfa233fee7c8 (diff)
downloadports-58c66aa1e4326ec476019f5d9483c9856c6682c4.tar.gz
ports-58c66aa1e4326ec476019f5d9483c9856c6682c4.zip
graphics/reactphysics3d: fix build with GCC-based architectures
PR: 235685 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=492830
Diffstat (limited to 'graphics/reactphysics3d')
-rw-r--r--graphics/reactphysics3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile
index 4c1521c9c845..1365a54eeb5c 100644
--- a/graphics/reactphysics3d/Makefile
+++ b/graphics/reactphysics3d/Makefile
@@ -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'