pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Fix linking issues
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Mar 22 02:27:05 2017 +0100
Changeset: 9b2a3e6def5fce8a93670d71a952dda3ce0cccdd
Modified Files:
lldb-netbsd/distinfo
Added Files:
lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
Log Message:
lldb-netbsd: Fix linking issues
This makes this package building again.
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9b2a3e6def5fce8a93670d71a952dda3ce0cccdd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-netbsd/distinfo | 1 +
...patch-source_Plugins_Process_gdb-remote_CMakeLists.txt | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diffs:
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 54c568e343..68a65c988b 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -27,4 +27,5 @@ SHA1 (patch-source_Plugins_Process_NetBSD_NativeRegisterContextNetBSD__x86__64.h
SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.cpp) = 872d32b6f534c1fbcb1c6c2c584085b161d07f74
SHA1 (patch-source_Plugins_Process_NetBSD_NativeThreadNetBSD.h) = cc8cfee5f3740e2495282f376428963bb388b844
SHA1 (patch-source_Plugins_Process_elf-core_ThreadElfCore.cpp) = 3427bd2e2de3cd2947123c2f20ed8d5082a16ace
+SHA1 (patch-source_Plugins_Process_gdb-remote_CMakeLists.txt) = f26dd01a9a98a6d976d8aa8d559f7403529a5a64
SHA1 (patch-source_Plugins_Process_minidump_ProcessMinidump.cpp) = a71464df2ef56b8b2c8905e8169a85a05cfd27ba
diff --git a/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt b/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
new file mode 100644
index 0000000000..9f5c0689b0
--- /dev/null
+++ b/lldb-netbsd/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- source/Plugins/Process/gdb-remote/CMakeLists.txt.orig 2017-03-18 01:35:30.000000000 +0000
++++ source/Plugins/Process/gdb-remote/CMakeLists.txt
+@@ -11,6 +11,10 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux|Andr
+ list(APPEND LLDB_PLUGINS lldbPluginProcessLinux)
+ endif()
+
++if(CMAKE_SYSTEM_NAME MATCHES "NetBSD")
++ list(APPEND LLDB_PLUGINS lldbPluginProcessNetBSD)
++endif()
++
+ add_lldb_library(lldbPluginProcessGDBRemote PLUGIN
+ GDBRemoteClientBase.cpp
+ GDBRemoteCommunication.cpp
Home |
Main Index |
Thread Index |
Old Index