summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/TeXmacs/patches/patch-3rdparty_benchmark_CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/TeXmacs/patches/patch-3rdparty_benchmark_CMakeLists.txt b/editors/TeXmacs/patches/patch-3rdparty_benchmark_CMakeLists.txt
deleted file mode 100644
index f0e80f585f4..00000000000
--- a/editors/TeXmacs/patches/patch-3rdparty_benchmark_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-3rdparty_benchmark_CMakeLists.txt,v 1.1 2019/12/21 23:38:53 joerg Exp $
-
--pedantic and -pedantic-errors override later -std=gnu++11,
-effectively killing <atomic>
-
---- 3rdparty/benchmark/CMakeLists.txt.orig 2019-12-21 18:16:48.271248028 +0000
-+++ 3rdparty/benchmark/CMakeLists.txt
-@@ -134,8 +134,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)