summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch')
-rw-r--r--app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch b/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch
deleted file mode 100644
index fe39281f29b1..000000000000
--- a/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Bug: https://bugs.gentoo.org/893464
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -248,7 +248,7 @@
-
- else ()
- set(CMAKE_CXX_FLAGS
-- "${CMAKE_CXX_FLAGS} -fPIC -Wall -std=gnu++11 -DUNICODE -DWCHAR_INCOMPATIBLE_XMLCH ${CMAKE_WXWINDOWS_CXX_FLAGS}")
-+ "${CMAKE_CXX_FLAGS} -fPIC -Wall -DUNICODE -DWCHAR_INCOMPATIBLE_XMLCH ${CMAKE_WXWINDOWS_CXX_FLAGS}")
- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG -DDEBUG")
- if (USE_ASAN)
- set(CMAKE_CXX_FLAGS_DEBUG