pkgsrc-WIP-changes archive

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

clang-git: Adapt file path in SUBST_FILES



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jan 21 17:50:32 2016 +0100
Changeset:	9f5584c16c6a512725c7895f2cbc649a1286fe4a

Modified Files:
	clang-git/Makefile
	coreclr-git/Makefile

Log Message:
clang-git: Adapt file path in SUBST_FILES

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

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

diffstat:
 clang-git/Makefile   | 2 +-
 coreclr-git/Makefile | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/clang-git/Makefile b/clang-git/Makefile
index 8588b25..2c15743 100644
--- a/clang-git/Makefile
+++ b/clang-git/Makefile
@@ -68,7 +68,7 @@ CMAKE_ARG_PATH=	${WRKDIR}/clang
 SUBST_CLASSES+=			libcxx
 SUBST_STAGE.libcxx=		pre-configure
 SUBST_MESSAGE.libcxx=		Patching toolchain to use libstdc++ as we're using GCC
-SUBST_FILES.libcxx=		lib/Driver/ToolChains.cpp
+SUBST_FILES.libcxx=		${WRKDIR}/clang/lib/Driver/ToolChains.cpp
 SUBST_SED.libcxx=		-e 's,Major >= 7 || (Major == 6 && Minor == 99 && Micro >= 49) || Major == 0,false,'
 .endif
 
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index c626fb3..70b5398 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -26,7 +26,6 @@ SUBST_SED.python=	-e 's,python ,${PYTHONBIN} ,'
 do-build:
 		${RUN} cd ${WRKSRC} && ./build.sh
 
-.include "../../wip/libcxx-git/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index