games/flightgear-terragear: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix linking with simgear.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-05-01 20:34:38 +00:00
parent 1a03ebee82
commit e4581753c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500612

View File

@ -23,7 +23,7 @@ LIB_DEPENDS= libCGAL.so:math/cgal \
libtiff.so:graphics/tiff
RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear
USES= cmake
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= flightgear