Date: Wed, 3 Apr 2019 05:55:13 +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: r497635 - branches/2019Q2/games/criticalmass Message-ID: <201904030555.x335tDKl099283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 05:55:12 2019 New Revision: 497635 URL: https://svnweb.freebsd.org/changeset/ports/497635 Log: MFH: r497634 Add compiler:c++0x to USES to fix the following on GCC-based architectures: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q2/games/criticalmass/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/games/criticalmass/Makefile ============================================================================== --- branches/2019Q2/games/criticalmass/Makefile Wed Apr 3 05:52:10 2019 (r497634) +++ branches/2019Q2/games/criticalmass/Makefile Wed Apr 3 05:55:12 2019 (r497635) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtinyxml.so:textproc/tinyxml -USES= tar:bzip2 +USES= compiler:c++0x tar:bzip2 USE_XORG= x11 USE_GL= gl USE_SDL= image mixer sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030555.x335tDKl099283>