svn commit: r500643 - head/multimedia/ffaudioconverter

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 2 09:00:05 UTC 2019


Author: pkubaj
Date: Thu May  2 09:00:03 2019
New Revision: 500643
URL: https://svnweb.freebsd.org/changeset/ports/500643

Log:
  multimedia/ffaudioconverter: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix:
  cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/multimedia/ffaudioconverter/Makefile

Modified: head/multimedia/ffaudioconverter/Makefile
==============================================================================
--- head/multimedia/ffaudioconverter/Makefile	Thu May  2 08:57:06 2019	(r500642)
+++ head/multimedia/ffaudioconverter/Makefile	Thu May  2 09:00:03 2019	(r500643)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
-USES=		desktop-file-utils gl qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	Bleuzen
 USE_QT=		concurrent core gui widgets buildtools_build linguisttools_build


More information about the svn-ports-head mailing list