pkgsrc-WIP-changes archive

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

lldb-git: Hack to build it



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Apr 28 03:10:33 2016 +0200
Changeset:	32436d9ebc98e493b29f1bc3a8d7f001fd3b0de3

Modified Files:
	lldb-git/distinfo
Added Files:
	lldb-git/patches/patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt

Log Message:
lldb-git: Hack to build it

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

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

diffstat:
 lldb-git/distinfo                                      |  1 +
 .../patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index bc34dec..05e98c8 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -21,6 +21,7 @@ SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e
 SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190
 SHA1 (patch-scripts_CMakeLists.txt) = 07043853b1a923aa8fcb9124b79453eca21c01fb
 SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = 7ae3c77322192f3ca2e0479044b286b0976abff4
+SHA1 (patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt) = 3465152684eabea85f4ae6250db7bf01fe06cf90
 SHA1 (patch-source_Utility_CMakeLists.txt) = 5b10fe94d76135d8d5ba31862066841394dd45c1
 SHA1 (patch-source_Utility_regcomp.c) = bd315000773bab38b6fe6d119420afbcb5b83a59
 SHA1 (patch-source_Utility_regerror.c) = 6bbf8dc3f12e64515d166a475452f3f08d849ad3
diff --git a/lldb-git/patches/patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt b/lldb-git/patches/patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt
new file mode 100644
index 0000000..1de8539
--- /dev/null
+++ b/lldb-git/patches/patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt
@@ -0,0 +1,18 @@
+$NetBSD$
+
+--- source/Plugins/SymbolFile/PDB/CMakeLists.txt.orig	2016-04-27 00:55:50.000000000 +0000
++++ source/Plugins/SymbolFile/PDB/CMakeLists.txt
+@@ -1,7 +1,11 @@
+-set(LLVM_PRIVATE_LINK_COMPONENTS
+-    DebugInfoPDB)
++#set(LLVM_PRIVATE_LINK_COMPONENTS
++#    DebugInfoPDB)
+ 
+ add_lldb_library(lldbPluginSymbolFilePDB
+   PDBASTParser.cpp
+   SymbolFilePDB.cpp
+   )
++
++target_link_libraries(lldbPluginSymbolFilePDB
++LINK_PRIVATE
++LLVMDebugInfoPDB)


Home | Main Index | Thread Index | Old Index