summaryrefslogtreecommitdiff
path: root/media-video/guvcview/guvcview-2.0.6-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/guvcview/guvcview-2.0.6-r2.ebuild')
-rw-r--r--media-video/guvcview/guvcview-2.0.6-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/guvcview/guvcview-2.0.6-r2.ebuild b/media-video/guvcview/guvcview-2.0.6-r2.ebuild
index fb40e25584fb..fb946dd29efb 100644
--- a/media-video/guvcview/guvcview-2.0.6-r2.ebuild
+++ b/media-video/guvcview/guvcview-2.0.6-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
MY_P=${PN}-src-${PV}
-inherit autotools flag-o-matic qmake-utils toolchain-funcs
+inherit autotools qmake-utils toolchain-funcs
DESCRIPTION="Simple Qt5 or GTK+3 interface for capturing and viewing video from v4l2 devices"
HOMEPAGE="http://guvcview.sourceforge.net/"
@@ -56,7 +56,7 @@ src_prepare() {
src_configure() {
export MOC="$(qt5_get_bindir)/moc"
- use qt5 && append-cxxflags -std=c++11
+
# 599030
tc-export CC CXX