From c78beee722c91772ffd7309d95554ac2118834e2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 29 Dec 2020 22:28:14 +0000 Subject: audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI PR: 250376 Approved by: jbeich (maintainer) --- audio/webrtc-audio-processing/files/patch-meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/webrtc-audio-processing/files/patch-meson.build (limited to 'audio/webrtc-audio-processing/files/patch-meson.build') diff --git a/audio/webrtc-audio-processing/files/patch-meson.build b/audio/webrtc-audio-processing/files/patch-meson.build new file mode 100644 index 000000000000..a006f0ca07e7 --- /dev/null +++ b/audio/webrtc-audio-processing/files/patch-meson.build @@ -0,0 +1,13 @@ +- Sync -std= with devel/abseil to match ABI + +--- meson.build.orig 2020-12-12 16:13:37 UTC ++++ meson.build +@@ -4,7 +4,7 @@ project('webrtc-audio-processing-1', 'c', 'cpp', + default_options : [ 'warning_level=1', + 'buildtype=debugoptimized', + 'c_std=c11', +- 'cpp_std=c++14', ++ 'cpp_std=c++17', + ] + ) + -- cgit v1.2.3