dev-ml/jbuilder: Disable -Werror like behavior; ocaml 4.05 generates some new warnings.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Alexis Ballier
2017-06-30 13:46:57 +02:00
parent d7d57903f6
commit 7d8d3aac00

View File

@@ -25,6 +25,11 @@ OPAMSWITCH="system"
S="${WORKDIR}/${MY_P}"
OPAMROOT="${D}"
src_prepare() {
# Disable Werror like behavior, doesnt build with ocaml 4.05 otherwise
sed -i -e 's/--dev//' Makefile || die
}
src_install() {
opam-installer -i \
--prefix="${ED}/usr" \