svn commit: r501542 - head/multimedia/webcamoid

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 13 09:38:30 UTC 2019


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


More information about the svn-ports-all mailing list