Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2019 09:00:04 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500643 - head/multimedia/ffaudioconverter
Message-ID:  <201905020900.x42904EM030168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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