Date: Tue, 7 May 2019 19:19:10 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500973 - head/games/flightgear Message-ID: <201905071919.x47JJAPT059322@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue May 7 19:19:09 2019 New Revision: 500973 URL: https://svnweb.freebsd.org/changeset/ports/500973 Log: games/flightgear: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval) Modified: head/games/flightgear/Makefile Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Tue May 7 17:37:13 2019 (r500972) +++ head/games/flightgear/Makefile Tue May 7 19:19:09 2019 (r500973) @@ -29,8 +29,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits ${LOCALBASE}/share/flightgear/version:games/flightgear-data # Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/ -USES= alias cmake:noninja compiler cpe dos2unix gl jpeg openal:al,alut \ - sqlite tar:bzip2 +USES= alias cmake:noninja compiler:c++11-lang cpe dos2unix gl jpeg \ + openal:al,alut sqlite tar:bzip2 USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905071919.x47JJAPT059322>