summaryrefslogtreecommitdiff
path: root/devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-09-06 20:11:06 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-09-06 20:11:06 +0000
commit443e836030631cceb673d40d2e6c0469a1c8e6ad (patch)
tree4217c2e3763aa77b472700fe22638d586c208751 /devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt
parentnew port: math/libpgmath (diff)
devel/flang[-clang]: update to later snapshots
This introduces flang-driver, a clang6-derived driver / companion compiler, and uses math/libpgmath as the math library backend. Notably, the latter currently limits us to 12-CURRENT. Patches are a combination of carry-over and adapted OpenBSD ones. While there, pet portlint. Reviewed by: zeising (mentor), mat Approved by: zeising (mentor) Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations Differential Revision: https://reviews.freebsd.org/D17036
Diffstat (limited to 'devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt')
-rw-r--r--devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt b/devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt
deleted file mode 100644
index 3d228377db30..000000000000
--- a/devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
---- tools/libclang/CMakeLists.txt.orig 2018-01-12 15:23:46 UTC
-+++ tools/libclang/CMakeLists.txt
-@@ -53,11 +53,6 @@ if (TARGET clangTidyPlugin)
- list(APPEND LIBS clangIncludeFixerPlugin)
- endif ()
-
--find_library(DL_LIBRARY_PATH dl)
--if (DL_LIBRARY_PATH)
-- list(APPEND LIBS dl)
--endif()
--
- option(LIBCLANG_BUILD_STATIC
- "Build libclang as a static library (in addition to a shared one)" OFF)
-