svn commit: r497634 - head/games/criticalmass
Mark Linimon
linimon at FreeBSD.org
Wed Apr 3 05:52:12 UTC 2019
Author: linimon
Date: Wed Apr 3 05:52:10 2019
New Revision: 497634
URL: https://svnweb.freebsd.org/changeset/ports/497634
Log:
Add compiler:c++0x to USES to fix the following on GCC-based
architectures:
cc1plus: error: unrecognized command line option "-std=c++0x"
Modified:
head/games/criticalmass/Makefile
Modified: head/games/criticalmass/Makefile
==============================================================================
--- head/games/criticalmass/Makefile Wed Apr 3 05:50:36 2019 (r497633)
+++ head/games/criticalmass/Makefile Wed Apr 3 05:52:10 2019 (r497634)
@@ -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
More information about the svn-ports-head
mailing list