svn commit: r529938 - head/archivers/v1541commander

Mark Linimon linimon at FreeBSD.org
Tue Mar 31 01:21:44 UTC 2020


Author: linimon
Date: Tue Mar 31 01:21:31 2020
New Revision: 529938
URL: https://svnweb.freebsd.org/changeset/ports/529938

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/include/qt5/QtCore/qtypeinfo.h:86: error: 'qIsRelocatable' was not declared in this scope
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/v1541commander/Makefile

Modified: head/archivers/v1541commander/Makefile
==============================================================================
--- head/archivers/v1541commander/Makefile	Tue Mar 31 01:16:02 2020	(r529937)
+++ head/archivers/v1541commander/Makefile	Tue Mar 31 01:21:31 2020	(r529938)
@@ -17,7 +17,7 @@ LICENSE_PERMS_STYLEFONT=	dist-mirror no-dist-sell pkg-
 
 LIB_DEPENDS=	lib1541img.so:archivers/lib1541img
 
-USES=		gmake pkgconfig qt:5 shared-mime-info
+USES=		compiler:c++11-lang gmake pkgconfig qt:5 shared-mime-info
 
 USE_QT=		core gui network widgets buildtools_build linguisttools_build
 


More information about the svn-ports-all mailing list