diff options
Diffstat (limited to 'audio/webrtc-audio-processing/files/patch-meson.build')
-rw-r--r-- | audio/webrtc-audio-processing/files/patch-meson.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/webrtc-audio-processing/files/patch-meson.build b/audio/webrtc-audio-processing/files/patch-meson.build deleted file mode 100644 index a006f0ca07e7..000000000000 --- a/audio/webrtc-audio-processing/files/patch-meson.build +++ /dev/null @@ -1,13 +0,0 @@ -- 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', - ] - ) - |