Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 10:54:49 +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: r512781 - head/emulators/qmc2
Message-ID:  <201909251054.x8PAsnM6028543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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