diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-30 20:45:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-30 20:47:38 +0200 |
commit | 50136b87a1488e6753dcda89398152a515913409 (patch) | |
tree | c9d8f1d55a9f929a41c0681b8616f2482bdd5b3d /sys-devel/llvm/llvm-3.7.1-r3.ebuild | |
parent | sys-libs/libomp: lit search has been fixed upstream (diff) | |
download | gentoo-50136b87a1488e6753dcda89398152a515913409.tar.gz gentoo-50136b87a1488e6753dcda89398152a515913409.tar.bz2 gentoo-50136b87a1488e6753dcda89398152a515913409.zip |
sys-devel/llvm: OCaml install path patch has been merged upstream
Diffstat (limited to 'sys-devel/llvm/llvm-3.7.1-r3.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.7.1-r3.ebuild b/sys-devel/llvm/llvm-3.7.1-r3.ebuild index ef041e638b6d..5b809750bb8d 100644 --- a/sys-devel/llvm/llvm-3.7.1-r3.ebuild +++ b/sys-devel/llvm/llvm-3.7.1-r3.ebuild @@ -141,7 +141,7 @@ src_prepare() { # Make ocaml warnings non-fatal, bug #537308 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die # Fix libdir for ocaml bindings install, bug #559134 - eapply "${FILESDIR}"/9999/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch + eapply "${FILESDIR}"/3.9.0/0001-cmake-Install-OCaml-modules-into-correct-package-loc.patch # Do not build/install ocaml docs with USE=-doc, bug #562008 eapply "${FILESDIR}"/3.9.0/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch |