svn commit: r539670 - head/graphics/qcustomplot-qt5

Mark Linimon linimon at FreeBSD.org
Fri Jun 19 16:49:54 UTC 2020


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
 


More information about the svn-ports-all mailing list