Skip to content

Commit

Permalink
sys-devel/llvm: fix patches for 3.4.2
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
grobian committed Sep 10, 2016
1 parent 052b6bb commit 2a73d6a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sys-devel/llvm/llvm-3.4.2-r100.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ src_unpack() {
}

src_prepare() {
epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
epatch "${FILESDIR}"/${PN}-3.4-gentoo-install.patch
epatch "${FILESDIR}"/3.6.2/nodoctargz.patch
epatch "${FILESDIR}"/3.4.2/gentoo-install.patch

if use clang; then
# Automatically select active system GCC's libraries, bugs #406163 and #417913
epatch "${FILESDIR}"/clang-3.1-gentoo-runtime-gcc-detection-v3.patch
epatch "${FILESDIR}"/3.4.2/clang/gentoo-runtime-gcc-detection-v3.patch

epatch "${FILESDIR}"/clang-3.4-gentoo-install.patch
epatch "${FILESDIR}"/clang-3.4-darwin_build_fix.patch
epatch "${FILESDIR}"/clang-3.4-darwin_prefix-include-paths.patch
epatch "${FILESDIR}"/3.4.2/clang/gentoo-install.patch
epatch "${FILESDIR}"/3.4.2/clang/darwin_build_fix.patch
epatch "${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
fi

Expand Down

0 comments on commit 2a73d6a

Please sign in to comment.