Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 03:32:31 +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: r501898 - head/multimedia/clipgrab
Message-ID:  <201905180332.x4I3WV0c090770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat May 18 03:32:31 2019
New Revision: 501898
URL: https://svnweb.freebsd.org/changeset/ports/501898

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

Modified:
  head/multimedia/clipgrab/Makefile

Modified: head/multimedia/clipgrab/Makefile
==============================================================================
--- head/multimedia/clipgrab/Makefile	Sat May 18 03:12:35 2019	(r501897)
+++ head/multimedia/clipgrab/Makefile	Sat May 18 03:32:31 2019	(r501898)
@@ -15,7 +15,7 @@ COMMENT=	Program to download videos from YouTube and e
 
 LICENSE=	GPLv3
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 USE_QT=		core dbus gui network webkit widgets xml buildtools_build
 
 LDFLAGS+=	-Wl,--as-needed # cf. PR 224488



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