pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lldb/patches lldb: add missing patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ac2be810fe1
branches: trunk
changeset: 458852:6ac2be810fe1
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 20 15:53:01 2021 +0000
description:
lldb: add missing patch
diffstat:
devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp | 13 ++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 283ef634179d -r 6ac2be810fe1 devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lldb/patches/patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp Mon Sep 20 15:53:01 2021 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-source_Plugins_ObjectFile_Mach-O_ObjectFileMachO.cpp,v 1.1 2021/09/20 15:53:01 adam Exp $
+
+--- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp.orig 2021-03-04 11:38:58.000000000 +0000
++++ source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+@@ -2596,7 +2596,7 @@ size_t ObjectFileMachO::ParseSymtab() {
+ typedef std::set<ConstString> IndirectSymbols;
+ IndirectSymbols indirect_symbol_names;
+
+-#if defined(__APPLE__) && TARGET_OS_EMBEDDED
++#if defined(__APPLE__) && defined(TARGET_OS_EMBEDDED)
+
+ // Some recent builds of the dyld_shared_cache (hereafter: DSC) have been
+ // optimized by moving LOCAL symbols out of the memory mapped portion of
Home |
Main Index |
Thread Index |
Old Index