pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lldb/patches
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 13 06:14:22 UTC 2018
Added Files:
pkgsrc/devel/lldb/patches:
patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp
Log Message:
lldb: add missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp
diff -u /dev/null pkgsrc/devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp:1.1
--- /dev/null Mon Aug 13 06:14:22 2018
+++ pkgsrc/devel/lldb/patches/patch-source_Plugins_ScriptInterpreter_Python_PythonDataObjects.cpp Mon Aug 13 06:14:22 2018
@@ -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