Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 09:38:29 +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: r501542 - head/multimedia/webcamoid
Message-ID:  <201905130938.x4D9cTLU057591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 13 09:38:29 2019
New Revision: 501542
URL: https://svnweb.freebsd.org/changeset/ports/501542

Log:
  multimedia/webcamoid: 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/webcamoid/Makefile

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Mon May 13 09:36:31 2019	(r501541)
+++ head/multimedia/webcamoid/Makefile	Mon May 13 09:38:29 2019	(r501542)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libpulse.so:audio/pulseaudio \
 		libv4l2.so:multimedia/libv4l
 
-USES=		gl gnome pkgconfig qmake qt:5
+USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5
 USE_GITHUB=	yes
 USE_GNOME=	glib20
 USE_GSTREAMER1=	yes



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