svn commit: r501898 - head/multimedia/clipgrab

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 18 03:32:32 UTC 2019


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


More information about the svn-ports-head mailing list