Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 16:49:54 +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: r539670 - head/graphics/qcustomplot-qt5
Message-ID:  <202006191649.05JGnsbk001157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jun 19 16:49:54 2020
New Revision: 539670
URL: https://svnweb.freebsd.org/changeset/ports/539670

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
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/qcustomplot-qt5/Makefile

Modified: head/graphics/qcustomplot-qt5/Makefile
==============================================================================
--- head/graphics/qcustomplot-qt5/Makefile	Fri Jun 19 16:45:08 2020	(r539669)
+++ head/graphics/qcustomplot-qt5/Makefile	Fri Jun 19 16:49:54 2020	(r539670)
@@ -14,7 +14,7 @@ COMMENT=	Qt C++ widget for plotting and data visualiza
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/GPL.txt
 
-USES=		pkgconfig qt:5
+USES=		compiler:c++11-lang pkgconfig qt:5
 USE_QT=		core gui widgets printsupport buildtools_build
 USE_LDCONFIG=	yes
 



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