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/705c64aa2da0
branches:  trunk
changeset: 311510:705c64aa2da0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 13 06:14:22 2018 +0000

description:
lldb: add missing patch

diffstat:

 devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp |  15 ++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 17e664fb1839 -r 705c64aa2da0 devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp    Mon Aug 13 06:14:22 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp,v 1.1 2018/08/13 06:14:22 adam Exp $
+
+Fix building.
+
+--- source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp.orig 2018-08-05 18:21:37.000000000 +0000
++++ source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
+@@ -404,7 +404,7 @@ llvm::StringRef PythonString::GetString(
+     return llvm::StringRef();
+ 
+   Py_ssize_t size;
+-  char *c;
++  const char *c;
+ 
+ #if PY_MAJOR_VERSION >= 3
+   c = PyUnicode_AsUTF8AndSize(m_py_obj, &size);



Home | Main Index | Thread Index | Old Index