summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-07-17 06:11:57 +0000
committerwiz <wiz@pkgsrc.org>2020-07-17 06:11:57 +0000
commitfce52583069f40e22a70f7d6dc1c8e4acb70a82c (patch)
tree1b5c52445356700b5a3c9b9987f4e6d3cb136435 /editors
parentd36d174ce1715ef532743a9565bce406c1500a8e (diff)
downloadpkgsrc-fce52583069f40e22a70f7d6dc1c8e4acb70a82c.tar.gz
TeXmacs: remove patch that was removed from distinfo during 1.99.13 update
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)