pkgsrc-WIP-changes archive

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

lldb-git: Resurrect scripts/CMakeLists.txt patch for now



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue May 3 02:55:10 2016 +0200
Changeset:	f17f6581f03f4916791bc081a90facfc881536c2

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

Log Message:
lldb-git: Resurrect scripts/CMakeLists.txt patch for now

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

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

diffstat:
 lldb-git/distinfo                             |  1 +
 lldb-git/patches/patch-scripts_CMakeLists.txt | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 1d570e9..faf5775 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -19,6 +19,7 @@ SHA1 (patch-include_lldb_Utility_regengine.inc) = a031c43a63acab80a97cfb7727326d
 SHA1 (patch-include_lldb_Utility_regex2.h) = 822a47b1221368ec5442bfbdbc20fe4e370c1a6b
 SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e1538ef84b6
 SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190
+SHA1 (patch-scripts_CMakeLists.txt) = 1f9515a9c615aab15ac6955894664e2187a5da88
 SHA1 (patch-source_Plugins_SymbolFile_PDB_CMakeLists.txt) = 3465152684eabea85f4ae6250db7bf01fe06cf90
 SHA1 (patch-source_Utility_CMakeLists.txt) = 5b10fe94d76135d8d5ba31862066841394dd45c1
 SHA1 (patch-source_Utility_regcomp.c) = bd315000773bab38b6fe6d119420afbcb5b83a59
diff --git a/lldb-git/patches/patch-scripts_CMakeLists.txt b/lldb-git/patches/patch-scripts_CMakeLists.txt
new file mode 100644
index 0000000..fd3acf6
--- /dev/null
+++ b/lldb-git/patches/patch-scripts_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- scripts/CMakeLists.txt.orig	2016-05-01 10:39:36.000000000 +0000
++++ scripts/CMakeLists.txt
+@@ -9,6 +9,8 @@ set(SWIG_HEADERS
+   ${LLDB_SOURCE_DIR}/include/lldb/lldb-versioning.h
+ )
+ 
++include(FindPythonInterp)
++
+ find_package(SWIG REQUIRED)
+ add_custom_command(
+   OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp


Home | Main Index | Thread Index | Old Index