aboutsummaryrefslogtreecommitdiff
path: root/multimedia/webcamoid
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-13 09:38:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-13 09:38:29 +0000
commitb38d3013a767723ab6e6e38a56208fa85582a842 (patch)
tree271a702fc9528132b960e320fa57400d83835819 /multimedia/webcamoid
parent88202b23cd84510f60a62ce89cf35188f54321b4 (diff)
downloadports-b38d3013a767723ab6e6e38a56208fa85582a842.tar.gz
ports-b38d3013a767723ab6e6e38a56208fa85582a842.zip
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)
Notes
Notes: svn path=/head/; revision=501542
Diffstat (limited to 'multimedia/webcamoid')
-rw-r--r--multimedia/webcamoid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile
index 926aa09e0bc0..144a738f9802 100644
--- a/multimedia/webcamoid/Makefile
+++ b/multimedia/webcamoid/Makefile
@@ -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