Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 21:34:41 +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: r516600 - head/games/iqpuzzle
Message-ID:  <201911032134.xA3LYfcs089810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov  3 21:34:40 2019
New Revision: 516600
URL: https://svnweb.freebsd.org/changeset/ports/516600

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/iqpuzzle/Makefile

Modified: head/games/iqpuzzle/Makefile
==============================================================================
--- head/games/iqpuzzle/Makefile	Sun Nov  3 21:23:52 2019	(r516599)
+++ head/games/iqpuzzle/Makefile	Sun Nov  3 21:34:40 2019	(r516600)
@@ -11,7 +11,7 @@ COMMENT=	Diverting I.Q. challenging pentomino puzzle
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gl qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	ElTh0r0
 USE_QT=		core gui widgets buildtools_build



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