pkgsrc-WIP-changes archive

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

lld-git: Initial attempts towards making it buildable out-of-LLVM-sources



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 10 23:15:21 2016 +0200
Changeset:	71eed78ee09e94437a46dc11db77b7e664570676

Modified Files:
	lld-git/Makefile

Log Message:
lld-git: Initial attempts towards making it buildable out-of-LLVM-sources

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

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

diffstat:
 lld-git/Makefile | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diffs:
diff --git a/lld-git/Makefile b/lld-git/Makefile
index 2d3b6d4..fd32c3b 100644
--- a/lld-git/Makefile
+++ b/lld-git/Makefile
@@ -20,8 +20,8 @@ USE_CMAKE=		yes
 GCC_REQD+=		4.8
 PY_PATCHPLIST=		yes
 
-CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
-CMAKE_ARGS+=	-DPACKAGE_VERSION=${PKGVERSION_NOREV}
+#CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
+#CMAKE_ARGS+=	-DPACKAGE_VERSION=${PKGVERSION_NOREV}
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
@@ -29,17 +29,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 
-.include "../../textproc/libxml2/buildlink3.mk"
 DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
 .include "../../wip/llvm-git/buildlink3.mk"
-DEPENDS+=	clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
-.include "../../wip/clang-git/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
-PYTHON_VERSIONS_ACCEPTED=	27
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/pyversion.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/tool.mk"
-.include "../../devel/swig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index