Date: Sun, 1 Sep 2019 23:42: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: r510749 - head/emulators/anese Message-ID: <201909012342.x81NgdPK069546@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Sep 1 23:42:39 2019 New Revision: 510749 URL: https://svnweb.freebsd.org/changeset/ports/510749 Log: Fix build on GCC-based systems by adding compiler:c++11-lang to USES: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Modified: head/emulators/anese/Makefile Modified: head/emulators/anese/Makefile ============================================================================== --- head/emulators/anese/Makefile Sun Sep 1 23:23:52 2019 (r510748) +++ head/emulators/anese/Makefile Sun Sep 1 23:42:39 2019 (r510749) @@ -10,7 +10,7 @@ COMMENT= NES Emulator written for fun and learning LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:insource sdl +USES= cmake:insource compiler:c++11-lang sdl USE_GITHUB= yes GH_ACCOUNT= daniel5151
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909012342.x81NgdPK069546>