aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-03-21 19:07:48 +0800
committerlinimon <linimon@FreeBSD.org>2019-03-21 19:07:48 +0800
commit6cb9fd2127c330e00d2a753ffd01e3cbf31970bd (patch)
tree888ed796fe6839a77104b216fdc5971d393fa505 /multimedia
parentebcc422e1afc7a6276942143a4380c152800577d (diff)
downloadfreebsd-ports-gnome-6cb9fd2127c330e00d2a753ffd01e3cbf31970bd.tar.gz
freebsd-ports-gnome-6cb9fd2127c330e00d2a753ffd01e3cbf31970bd.tar.zst
freebsd-ports-gnome-6cb9fd2127c330e00d2a753ffd01e3cbf31970bd.zip
Fix build on gcc-based architectures:
ERROR: C++ Compiler does not support -std=c++11 Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/wf-recorder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/wf-recorder/Makefile b/multimedia/wf-recorder/Makefile
index 3f1b7308959c..c717934e84bd 100644
--- a/multimedia/wf-recorder/Makefile
+++ b/multimedia/wf-recorder/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols \
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
libwayland-client.so:graphics/wayland
-USES= meson pkgconfig
+USES= compiler:c++11-lang meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ammen99
GH_TAGNAME= 7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9