Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 09:27:18 +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: r496131 - head/graphics/qtawesome
Message-ID:  <201903180927.x2I9RIJ1003422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Mar 18 09:27:18 2019
New Revision: 496131
URL: https://svnweb.freebsd.org/changeset/ports/496131

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

Modified:
  head/graphics/qtawesome/Makefile

Modified: head/graphics/qtawesome/Makefile
==============================================================================
--- head/graphics/qtawesome/Makefile	Mon Mar 18 09:22:16 2019	(r496130)
+++ head/graphics/qtawesome/Makefile	Mon Mar 18 09:27:18 2019	(r496131)
@@ -12,7 +12,7 @@ COMMENT=	Embed Font Awesome glyphs in Qt-applications
 LICENSE=	MIT
 
 USE_GITHUB=	yes
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		core gui qmake_build buildtools_build
 
 GH_ACCOUNT=	gamecreature



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