svn commit: r500612 - head/games/flightgear-terragear

Piotr Kubaj pkubaj at FreeBSD.org
Wed May 1 20:34:39 UTC 2019


Author: pkubaj
Date: Wed May  1 20:34:38 2019
New Revision: 500612
URL: https://svnweb.freebsd.org/changeset/ports/500612

Log:
  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)

Modified:
  head/games/flightgear-terragear/Makefile

Modified: head/games/flightgear-terragear/Makefile
==============================================================================
--- head/games/flightgear-terragear/Makefile	Wed May  1 20:18:05 2019	(r500611)
+++ head/games/flightgear-terragear/Makefile	Wed May  1 20:34:38 2019	(r500612)
@@ -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


More information about the svn-ports-all mailing list