pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libunwind-git: Remove patch, merged upstream.



Module Name:	pkgsrc-wip
Committed By:	Peter Jas <necmon%yahoo.com@localhost>
Pushed By:	danglingpointer
Date:		Sat Feb 6 17:02:24 2016 +0000
Changeset:	53b4bcf1643d931fdbc7d4c4a21ecab425044d92

Removed Files:
	libunwind-git/patches/patch-libunwind_CMakeLists.txt

Log Message:
libunwind-git: Remove patch, merged upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53b4bcf1643d931fdbc7d4c4a21ecab425044d92

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libunwind-git/patches/patch-libunwind_CMakeLists.txt | 18 ------------------
 1 file changed, 18 deletions(-)

diffs:
diff --git a/libunwind-git/patches/patch-libunwind_CMakeLists.txt b/libunwind-git/patches/patch-libunwind_CMakeLists.txt
deleted file mode 100644
index 8e6e81f..0000000
--- a/libunwind-git/patches/patch-libunwind_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
---- libunwind/CMakeLists.txt.orig	2016-01-21 13:29:48.000000000 +0000
-+++ libunwind/CMakeLists.txt
-@@ -41,7 +41,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
-     set(LLVM_INCLUDE_DIR ${INCLUDE_DIR} CACHE PATH "Path to llvm/include")
-     set(LLVM_BINARY_DIR ${LLVM_OBJ_ROOT} CACHE PATH "Path to LLVM build tree")
-     set(LLVM_MAIN_SRC_DIR ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree")
--    set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/share/llvm/cmake")
-+    set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm")
-     set(LLVM_LIT_PATH "${LLVM_PATH}/utils/lit/lit.py")
-   else ()
-     message(FATAL_ERROR "llvm-config not found and LLVM_MAIN_SRC_DIR not defined. "
-@@ -221,4 +221,3 @@ append_if(LIBUNWIND_COMPILE_FLAGS LIBUNW
- include_directories(include)
- 
- add_subdirectory(src)
--


Home | Main Index | Thread Index | Old Index