summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-12-21 17:02:26 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-21 22:01:04 +0100
commit1df08f31ba52089b64f26235bc0ac3de57a3deb2 (patch)
tree4deef45491c1e0ecf9a6bf75727b3e631a394e6e /sys-devel/llvm/llvm-3.6.2.ebuild
parentsys-devel/clang: Create test lib/clang symlink only if libdir != lib (diff)
downloadgentoo-1df08f31ba52089b64f26235bc0ac3de57a3deb2.tar.gz
gentoo-1df08f31ba52089b64f26235bc0ac3de57a3deb2.tar.bz2
gentoo-1df08f31ba52089b64f26235bc0ac3de57a3deb2.zip
sys-devel/llvm: Move patches around for 3.9.1
Diffstat (limited to 'sys-devel/llvm/llvm-3.6.2.ebuild')
-rw-r--r--sys-devel/llvm/llvm-3.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.6.2.ebuild b/sys-devel/llvm/llvm-3.6.2.ebuild
index 9cd430212f19..27ad004e968e 100644
--- a/sys-devel/llvm/llvm-3.6.2.ebuild
+++ b/sys-devel/llvm/llvm-3.6.2.ebuild
@@ -176,7 +176,7 @@ src_prepare() {
epatch "${FILESDIR}"/3.9.0/clang/gentoo-runtime-gcc-detection-v3.patch
epatch "${FILESDIR}"/3.7.1/clang/gentoo-install.patch
- epatch "${FILESDIR}"/3.9.0/clang/darwin_prefix-include-paths.patch
+ epatch "${FILESDIR}"/3.9.1/clang/darwin_prefix-include-paths.patch
eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp
# Fix build fails with using gcc-4.9 on Gentoo/FreeBSD, bug #548444