diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-21 19:07:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-21 19:07:48 +0800 |
commit | 6cb9fd2127c330e00d2a753ffd01e3cbf31970bd (patch) | |
tree | 888ed796fe6839a77104b216fdc5971d393fa505 /multimedia | |
parent | ebcc422e1afc7a6276942143a4380c152800577d (diff) | |
download | freebsd-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/Makefile | 2 |
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 |