Date: Wed, 3 Apr 2019 05:20:39 +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: r497622 - head/games/2048-qt Message-ID: <201904030520.x335Kd3o077365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 05:20:38 2019 New Revision: 497622 URL: https://svnweb.freebsd.org/changeset/ports/497622 Log: Add compiler:c++11-lang to USES to avoid the following problem on GCC-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/games/2048-qt/Makefile Modified: head/games/2048-qt/Makefile ============================================================================== --- head/games/2048-qt/Makefile Wed Apr 3 05:01:11 2019 (r497621) +++ head/games/2048-qt/Makefile Wed Apr 3 05:20:38 2019 (r497622) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt -USES= gmake pkgconfig qmake qt:5 +USES= compiler:c++11-lang gmake pkgconfig qmake qt:5 USE_QT= core declarative gui network widgets buildtools_build quickcontrols PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030520.x335Kd3o077365>