svn commit: r488432 - head/devel/fuel

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:31:09 UTC 2018


Author: linimon
Date: Wed Dec 26 20:31:08 2018
New Revision: 488432
URL: https://svnweb.freebsd.org/changeset/ports/488432

Log:
  This port requires USES=compiler:c++11-lang when compiled with Qt5
  on GCC-based architectures.
  
  PR:		234343
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/fuel/Makefile

Modified: head/devel/fuel/Makefile
==============================================================================
--- head/devel/fuel/Makefile	Wed Dec 26 20:27:22 2018	(r488431)
+++ head/devel/fuel/Makefile	Wed Dec 26 20:31:08 2018	(r488432)
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT=	QT5
 USES=		gmake qmake shebangfix
 QT4_USES=	qt:4
 QT4_USE=	QT=corelib,gui,webkit,linguisttools_build,moc_build,rcc_build,uic_build
-QT5_USES=	qt:5
+QT5_USES=	compiler:c++11-lang qt:5
 QT5_USE=	QT=core,gui,network,webkit,widgets,buildtools_build,linguisttools_build
 
 SHEBANG_FILES=	intl/convert.sh


More information about the svn-ports-all mailing list