Date: Wed, 3 Apr 2019 05:37:38 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497627 - branches/2019Q2/games/auralquiz Message-ID: <201904030537.x335bcHD088245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 05:37:38 2019 New Revision: 497627 URL: https://svnweb.freebsd.org/changeset/ports/497627 Log: MFH: r497626 Add compiler:c++11-lang to USES to fix the following on GCC-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q2/games/auralquiz/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/games/auralquiz/Makefile ============================================================================== --- branches/2019Q2/games/auralquiz/Makefile Wed Apr 3 05:35:58 2019 (r497626) +++ branches/2019Q2/games/auralquiz/Makefile Wed Apr 3 05:37:38 2019 (r497627) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtag.so:audio/taglib -USES= qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GL= gl USE_QT= core gui widgets phonon4 qmake_build buildtools_build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030537.x335bcHD088245>