pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clang-git: try to resurrect linking against libc++
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Feb 13 13:52:48 2016 +0100
Changeset: fe5510272f76fe5469bac3d1143a8dd16732b27d
Modified Files:
clang-git/Makefile
Log Message:
clang-git: try to resurrect linking against libc++
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fe5510272f76fe5469bac3d1143a8dd16732b27d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clang-git/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/clang-git/Makefile b/clang-git/Makefile
index ad1a1a2..5184de8 100644
--- a/clang-git/Makefile
+++ b/clang-git/Makefile
@@ -69,7 +69,8 @@ SUBST_CLASSES+= libcxx
SUBST_STAGE.libcxx= pre-configure
SUBST_MESSAGE.libcxx= Patching toolchain to use libstdc++ as we're using GCC
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,'
+SUBST_FILES.libcxx+= ${WRKDIR}/clang/lib/Driver/Tools.cpp
+SUBST_SED.libcxx= -e 's,(Major >= 7 || Major == 0),(false),'
.endif
post-extract:
Home |
Main Index |
Thread Index |
Old Index