svn commit: r563854 - head/multimedia/qwinff

Mark Linimon linimon at FreeBSD.org
Wed Feb 3 00:27:56 UTC 2021


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


More information about the svn-ports-all mailing list