From d2855a61cb3897febf837d96b2d1965b090756d9 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 7 Feb 2017 23:54:08 +0000 Subject: Don't break with silly flags. --- benchmarks/google-benchmark/distinfo | 3 ++- benchmarks/google-benchmark/patches/patch-CMakeLists.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 benchmarks/google-benchmark/patches/patch-CMakeLists.txt (limited to 'benchmarks') diff --git a/benchmarks/google-benchmark/distinfo b/benchmarks/google-benchmark/distinfo index 4f0deddc490..bb696a1f781 100644 --- a/benchmarks/google-benchmark/distinfo +++ b/benchmarks/google-benchmark/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/11/21 18:20:30 minskim Exp $ +$NetBSD: distinfo,v 1.2 2017/02/07 23:54:08 joerg Exp $ SHA1 (benchmark-1.1.0.tar.gz) = 8c539bbe2a212618fa87b6c38fba087100b6e4ae RMD160 (benchmark-1.1.0.tar.gz) = 7e7f2d687ef515a846c04933545f7c63752d2de5 SHA512 (benchmark-1.1.0.tar.gz) = 533061531e6a37723a626addc9e779018c4c2cfc8634ae45860eec0d3800103b5b562f865ac1dc0c8dbe045579b81e59de887e1c48318cebf160f03c18321831 Size (benchmark-1.1.0.tar.gz) = 87199 bytes +SHA1 (patch-CMakeLists.txt) = b76675097fde2b85fc3c7e9601666007654c1d0c diff --git a/benchmarks/google-benchmark/patches/patch-CMakeLists.txt b/benchmarks/google-benchmark/patches/patch-CMakeLists.txt new file mode 100644 index 00000000000..5eb083ddb58 --- /dev/null +++ b/benchmarks/google-benchmark/patches/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +$NetBSD: patch-CMakeLists.txt,v 1.1 2017/02/07 23:54:08 joerg Exp $ + +-pedantic breaks with libc++. + +--- CMakeLists.txt.orig 2017-01-08 19:22:40.698979204 +0000 ++++ CMakeLists.txt +@@ -75,8 +75,6 @@ else() + add_cxx_compiler_flag(-Werror RELEASE) + add_cxx_compiler_flag(-Werror RELWITHDEBINFO) + add_cxx_compiler_flag(-Werror MINSIZEREL) +- add_cxx_compiler_flag(-pedantic) +- add_cxx_compiler_flag(-pedantic-errors) + add_cxx_compiler_flag(-Wshorten-64-to-32) + add_cxx_compiler_flag(-Wfloat-equal) + add_cxx_compiler_flag(-fstrict-aliasing) -- cgit v1.2.3