mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/num: fix parallel build
Closes: https://bugs.gentoo.org/936155 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -20,6 +20,10 @@ BDEPEND="${RDEPEND}"
|
||||
DEPEND="dev-ml/findlib:=[ocamlopt?]"
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="${CFLAGS}" \
|
||||
NATDYNLINK="$(usex ocamlopt true false)" \
|
||||
NATIVE_COMPILER="$(usex ocamlopt true false)" \
|
||||
-C src num_top.ml
|
||||
emake CFLAGS="${CFLAGS}" \
|
||||
NATDYNLINK="$(usex ocamlopt true false)" \
|
||||
NATIVE_COMPILER="$(usex ocamlopt true false)"
|
||||
|
||||
Reference in New Issue
Block a user