Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 626160 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/llvm/cmake/config-ix.cmake      2017-06-27 13:37:39.000000000 +0200
0
++ src/llvm/cmake/config-ix.cmake.llvm_ocaml_bindings  2017-12-14 04:37:21.221718308 +0100
Lines 580-586 Link Here
580
        find_ocamlfind_package(oUnit VERSION 2 OPTIONAL)
580
        find_ocamlfind_package(oUnit VERSION 2 OPTIONAL)
581
        set(LLVM_BINDINGS "${LLVM_BINDINGS} ocaml")
581
        set(LLVM_BINDINGS "${LLVM_BINDINGS} ocaml")
582
582
583
        set(LLVM_OCAML_INSTALL_PATH "${OCAML_STDLIB_PATH}" CACHE STRING
583
        set(LLVM_OCAML_INSTALL_PATH "$ENV{PWD}/build/${LLVM_HOST_TRIPLE}/ocaml" CACHE STRING
584
            "Install directory for LLVM OCaml packages")
584
            "Install directory for LLVM OCaml packages")
585
      else()
585
      else()
586
        message(STATUS "OCaml bindings disabled, need ctypes >=0.4.")
586
        message(STATUS "OCaml bindings disabled, need ctypes >=0.4.")

Return to bug 626160