public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/files/
@ 2021-01-27 18:17 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-01-27 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f397527e0d226704d2dc179fdc92d16d33b12bb7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 27 12:51:13 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 18:17:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f397527e

dev-util/ccls: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/19234
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...23.6-cmake-support-CLANG_LINK_CLANG_DYLIB.patch | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/dev-util/ccls/files/ccls-0.20190823.6-cmake-support-CLANG_LINK_CLANG_DYLIB.patch b/dev-util/ccls/files/ccls-0.20190823.6-cmake-support-CLANG_LINK_CLANG_DYLIB.patch
deleted file mode 100644
index e625ba814d8..00000000000
--- a/dev-util/ccls/files/ccls-0.20190823.6-cmake-support-CLANG_LINK_CLANG_DYLIB.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 7e795e9b9ec20f02cab23e63d1e52189aa33ab4e Mon Sep 17 00:00:00 2001
-From: Fangrui Song <i@maskray.me>
-Date: Fri, 1 Nov 2019 10:36:38 -0700
-Subject: [PATCH] cmake: support CLANG_LINK_CLANG_DYLIB
-
----
- CMakeLists.txt | 34 +++++++++++++++++++---------------
- 1 file changed, 19 insertions(+), 15 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 278e0735..092f178f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -70,21 +70,25 @@ endif()
- 
- find_package(Clang REQUIRED)
- 
--target_link_libraries(ccls PRIVATE
--  clangIndex
--  clangFormat
--  clangTooling
--  clangToolingInclusions
--  clangToolingCore
--  clangFrontend
--  clangParse
--  clangSerialization
--  clangSema
--  clangAST
--  clangLex
--  clangDriver
--  clangBasic
--)
-+if(CLANG_LINK_CLANG_DYLIB)
-+  target_link_libraries(ccls PRIVATE clang-cpp)
-+else()
-+  target_link_libraries(ccls PRIVATE
-+    clangIndex
-+    clangFormat
-+    clangTooling
-+    clangToolingInclusions
-+    clangToolingCore
-+    clangFrontend
-+    clangParse
-+    clangSerialization
-+    clangSema
-+    clangAST
-+    clangLex
-+    clangDriver
-+    clangBasic
-+  )
-+endif()
- 
- if(LLVM_LINK_LLVM_DYLIB)
-   target_link_libraries(ccls PRIVATE LLVM)
--- 
-2.26.2
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-27 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27 18:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox