From 251bbf30dbf0c575b6b58f45bbbb9cff10d23784 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 25 Aug 2018 10:54:19 +0200 Subject: dev-libs/injeqt: Drop old Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- dev-libs/injeqt/files/injeqt-cmake-preserve-cxxflags.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-libs/injeqt/files/injeqt-cmake-preserve-cxxflags.patch (limited to 'dev-libs/injeqt/files') diff --git a/dev-libs/injeqt/files/injeqt-cmake-preserve-cxxflags.patch b/dev-libs/injeqt/files/injeqt-cmake-preserve-cxxflags.patch deleted file mode 100644 index 7428c5c673fc..000000000000 --- a/dev-libs/injeqt/files/injeqt-cmake-preserve-cxxflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN injeqt-1.0.0/CMakeLists.txt injeqt-my/CMakeLists.txt ---- injeqt-1.0.0/CMakeLists.txt 2015-01-25 00:09:26.000000000 +0100 -+++ injeqt-my/CMakeLists.txt 2016-01-09 04:01:39.162295444 +0100 -@@ -39,7 +39,7 @@ - - set (WARNINGS "-Werror -W -Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -Woverloaded-virtual -Wnon-virtual-dtor -fno-common") - set (VISIBILITY "-fvisibility=hidden -fvisibility-inlines-hidden") --set (CMAKE_CXX_FLAGS "-std=c++11 ${WARNINGS} ${VISIBILITY}") -+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${WARNINGS} ${VISIBILITY}") - - if (CMAKE_BUILD_TYPE STREQUAL "Debug") - set (CMAKE_CXX_FLAGS "-O0 ${CMAKE_CXX_FLAGS}") -- cgit v1.2.3-65-gdbad