pkgsrc-WIP-changes archive

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

lldb: needs readline



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Mar 9 08:25:13 2016 +0100
Changeset:	c62d5a884b46165308e7c129cf9c05748f42dc9f

Modified Files:
	lldb-git/Makefile
	lldb/Makefile

Log Message:
lldb: needs readline

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

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/Makefile     | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 30cb4ec..286db7f 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -126,6 +126,7 @@ DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
 DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
 .include "../../wip/clang-git/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/pyversion.mk"
diff --git a/lldb/Makefile b/lldb/Makefile
index 3f35c4d..67cd946 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -125,6 +125,7 @@ DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm
 .include "../../wip/llvm/buildlink3.mk"
 DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang
 .include "../../wip/clang/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index