svn commit: r496131 - head/graphics/qtawesome

Mark Linimon linimon at FreeBSD.org
Mon Mar 18 09:27:19 UTC 2019


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


More information about the svn-ports-all mailing list