pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-git: Fix Makefile
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed May 24 05:22:21 2017 +0200
Changeset: f1866b5262b051788b3b405234d45ae5e897e5ca
Modified Files:
lldb-git/Makefile
Log Message:
lldb-git: Fix Makefile
Fallout from improvements from the past.
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=f1866b5262b051788b3b405234d45ae5e897e5ca
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-git/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index ffe3ab906b..799389188c 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -75,13 +75,14 @@ CMAKE_ARGS+= -DLLDB_DISABLE_CURSES:BOOL=TRUE
post-extract:
${RUN} mkdir -p ${WRKDIR}/build
+.include "../../wip/mk/git-package.mk"
#.include "../../devel/googletest/buildlink3.mk" # check-lldb-unit
.include "../../devel/libatomic_ops/buildlink3.mk"
.include "../../devel/swig/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../lang/clang-git
+DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
.include "../../wip/clang-git/buildlink3.mk"
-DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../lang/llvm-git
+DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
.include "../../wip/llvm-git/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index