aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/fix-linux-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/llvm/fix-linux-build.patch')
-rw-r--r--ports/llvm/fix-linux-build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/llvm/fix-linux-build.patch b/ports/llvm/fix-linux-build.patch
deleted file mode 100644
index 780ea6535..000000000
--- a/ports/llvm/fix-linux-build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
-index 900c35e..78fd3cd 100644
---- a/cmake/config-ix.cmake
-+++ b/cmake/config-ix.cmake
-@@ -154,7 +154,7 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
- else()
- include_directories(${LIBXML2_INCLUDE_DIR})
- endif()
-- set(LIBXML2_LIBS "xml2")
-+ set(LIBXML2_LIBS ${LIBXML2_LIBRARIES})
- endif()
- endif()
- endif()