summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/files/llvm-3.0-ocaml_install.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2015-05-22 13:06:53 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2015-05-22 13:06:53 +0300
commit11c9581a4a381cf91d76eb918e5c8520dc5e7258 (patch)
treee70c8ac65979e140f510d087fe61c612046a0684 /sys-devel/llvm/files/llvm-3.0-ocaml_install.patch
parent65f821697d752257198b9dc0b9e89ad926cf5f4e (diff)
llvm copy from gentoo repo
Diffstat (limited to 'sys-devel/llvm/files/llvm-3.0-ocaml_install.patch')
-rw-r--r--sys-devel/llvm/files/llvm-3.0-ocaml_install.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/llvm/files/llvm-3.0-ocaml_install.patch b/sys-devel/llvm/files/llvm-3.0-ocaml_install.patch
new file mode 100644
index 0000000..18f5cf6
--- /dev/null
+++ b/sys-devel/llvm/files/llvm-3.0-ocaml_install.patch
@@ -0,0 +1,16 @@
+https://bugs.gentoo.org/show_bug.cgi?id=393023
+http://llvm.org/bugs/show_bug.cgi?id=11177
+
+Index: llvm-3.0-3.0/bindings/ocaml/llvm/Makefile
+===================================================================
+--- llvm-3.0-3.0.orig/bindings/ocaml/llvm/Makefile 2011-11-15 12:17:02.785987852 +0100
++++ llvm-3.0-3.0/bindings/ocaml/llvm/Makefile 2011-11-15 12:20:12.661983615 +0100
+@@ -30,7 +30,7 @@
+ $(OcamlDir)/META.llvm: META.llvm
+ $(Verb) $(CP) -f $< $@
+
+-install-meta:: $(ObjDir)/META.llvm
++install-meta:: $(ObjDir)/../META.llvm
+ $(Echo) "Install $(BuildMode) $(DestMETA)"
+ $(Verb) $(MKDIR) $(PROJ_libocamldir)
+ $(Verb) $(DataInstall) META.llvm "$(DestMETA)"