Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 00:27:56 +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: r563854 - head/multimedia/qwinff
Message-ID:  <202102030027.1130Rusq088481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Feb  3 00:27:55 2021
New Revision: 563854
URL: https://svnweb.freebsd.org/changeset/ports/563854

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/qwinff/Makefile

Modified: head/multimedia/qwinff/Makefile
==============================================================================
--- head/multimedia/qwinff/Makefile	Wed Feb  3 00:27:09 2021	(r563853)
+++ head/multimedia/qwinff/Makefile	Wed Feb  3 00:27:55 2021	(r563854)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		sox:audio/sox
 
-USES=		cmake:noninja qt:5
+USES=		cmake:noninja compiler:c++11-lang qt:5
 USE_GITHUB=	yes
 USE_QT=		core gui linguisttools network widgets buildtools_build \
 		qmake_build



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