mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user