Date: Wed, 3 Apr 2019 06:58:20 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497658 - head/games/qnetwalk Message-ID: <201904030658.x336wKGL033226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 06:58:19 2019 New Revision: 497658 URL: https://svnweb.freebsd.org/changeset/ports/497658 Log: Add compiler:c++11-lang to USES to fix the following on GCC-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) Modified: head/games/qnetwalk/Makefile Modified: head/games/qnetwalk/Makefile ============================================================================== --- head/games/qnetwalk/Makefile Wed Apr 3 06:56:46 2019 (r497657) +++ head/games/qnetwalk/Makefile Wed Apr 3 06:58:19 2019 (r497658) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= AMDmi3 -USES= cmake qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_QT= core gui widgets qmake_build buildtools_build linguisttools_build USE_SDL= mixer sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030658.x336wKGL033226>