From 443e836030631cceb673d40d2e6c0469a1c8e6ad Mon Sep 17 00:00:00 2001 From: Johannes M Dieterich Date: Thu, 6 Sep 2018 20:11:06 +0000 Subject: 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 --- .../flang-clang/files/patch-tools_libclang_CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt (limited to 'devel/flang-clang/files/patch-tools_libclang_CMakeLists.txt') 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) - -- cgit v1.2.3