Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 11:49:35 +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: r492116 - head/games/colorcode
Message-ID:  <201902041149.x14BnZRZ075910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041149.x14BnZRZ075910>