From 81f051cf2bc2299a4769c704ad23fbf2b9f24779bc52319cc339b1f597c8dcce Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 17 Mar 2017 14:21:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=34 --- meson-fix-gcc48.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meson-fix-gcc48.patch b/meson-fix-gcc48.patch index ddae08e..09f387d 100644 --- a/meson-fix-gcc48.patch +++ b/meson-fix-gcc48.patch @@ -1,6 +1,6 @@ --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py -@@ -2403,13 +2403,18 @@ class GnuCPPCompiler(GnuCompiler, CPPCom +@@ -2403,9 +2403,13 @@ class GnuCPPCompiler(GnuCompiler, CPPCom '3': default_warn_args + ['-Wextra', '-Wpedantic']} def get_options(self): @@ -16,8 +16,3 @@ 'none'), 'cpp_debugstl': coredata.UserBooleanOption('cpp_debugstl', 'STL debug mode', - False)} -+ - if self.gcc_type == GCC_MINGW: - opts.update({ - 'cpp_winlibs': coredata.UserStringArrayOption('cpp_winlibs', 'Standard Win libraries to link against',