pkgsrc-WIP-changes archive

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

lldb-git: Enable LLDB_USE_SYSTEM_SIX and deduplicate six.py



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 2 17:35:08 2017 +0100
Changeset:	e6034f7066ab75b414b66f81c6fba0b93d81ae35

Modified Files:
	lldb-git/Makefile
	lldb-git/PLIST

Log Message:
lldb-git: Enable LLDB_USE_SYSTEM_SIX and deduplicate six.py

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=e6034f7066ab75b414b66f81c6fba0b93d81ae35

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

diffstat:
 lldb-git/Makefile | 1 +
 lldb-git/PLIST    | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 7f837ac..d90766c 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -24,6 +24,7 @@ CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
+CMAKE_ARGS+=	-DLLDB_USE_SYSTEM_SIX:BOOL=TRUE
 
 CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
diff --git a/lldb-git/PLIST b/lldb-git/PLIST
index 8af3c54..2a810a4 100644
--- a/lldb-git/PLIST
+++ b/lldb-git/PLIST
@@ -594,4 +594,3 @@ ${PYSITELIB}/lldb/lldb-argdumper
 ${PYSITELIB}/lldb/runtime/__init__.py
 ${PYSITELIB}/lldb/utils/__init__.py
 ${PYSITELIB}/lldb/utils/symbolication.py
-${PYSITELIB}/six.py


Home | Main Index | Thread Index | Old Index