svn commit: r492116 - head/games/colorcode

Mark Linimon linimon at FreeBSD.org
Mon Feb 4 11:49:36 UTC 2019


Author: linimon
Date: Mon Feb  4 11:49:35 2019
New Revision: 492116
URL: https://svnweb.freebsd.org/changeset/ports/492116

Log:
  This port needs C++11-compatible compiler to build.  Add
  USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  PR:		235348
  Submitted by:	Piotr Kubaj

Modified:
  head/games/colorcode/Makefile

Modified: head/games/colorcode/Makefile
==============================================================================
--- head/games/colorcode/Makefile	Mon Feb  4 11:48:18 2019	(r492115)
+++ head/games/colorcode/Makefile	Mon Feb  4 11:49:35 2019	(r492116)
@@ -13,8 +13,8 @@ COMMENT=	Advanced MasterMind game and solver
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		core gui widgets buildtools_build
-USES=		qmake qt:5
 WRKSRC=		${WRKDIR}/ColorCode-${PORTVERSION}
 
 DESKTOP_ENTRIES=ColorCode \


More information about the svn-ports-all mailing list