svn commit: r512781 - head/emulators/qmc2

Mark Linimon linimon at FreeBSD.org
Wed Sep 25 10:54:50 UTC 2019


Author: linimon
Date: Wed Sep 25 10:54:49 2019
New Revision: 512781
URL: https://svnweb.freebsd.org/changeset/ports/512781

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/include/qt5/QtCore/qglobal.h:45:25: error: type_traits: No such file or directory
    /usr/local/include/qt5/QtCore/qcompilerdetection.h:564:6: error: #error Qt requires a C++11 compiler and yours does not seem to be that.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/qmc2/Makefile

Modified: head/emulators/qmc2/Makefile
==============================================================================
--- head/emulators/qmc2/Makefile	Wed Sep 25 10:44:46 2019	(r512780)
+++ head/emulators/qmc2/Makefile	Wed Sep 25 10:54:49 2019	(r512781)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 NO_WRKSUBDIR=	yes
 
-USES=		gmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang gmake qt:5 tar:bzip2
 USE_XORG=	x11 xmu
 USE_GL=		gl glu
 USE_QT=		buildtools_build core declarative gui multimedia \


More information about the svn-ports-head mailing list