summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-06-28 22:24:51 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-06-28 22:24:51 +0200
commit7f58c4413ccdd8ae48734e4f860926a2dcd2d9c2 (patch)
treefbdc7d19ca42202e372cbd54d5d3ba9930a262c4 /dev-ml
parentx11-misc/dunst: add 1.9.0 (diff)
downloadgentoo-7f58c4413ccdd8ae48734e4f860926a2dcd2d9c2.tar.gz
gentoo-7f58c4413ccdd8ae48734e4f860926a2dcd2d9c2.tar.bz2
gentoo-7f58c4413ccdd8ae48734e4f860926a2dcd2d9c2.zip
dev-ml/labltk: fix build without ocamlopt
Closes: https://bugs.gentoo.org/850439 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/labltk/labltk-8.06.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/labltk/labltk-8.06.12.ebuild b/dev-ml/labltk/labltk-8.06.12.ebuild
index 28c00c72150f..3042cc64e298 100644
--- a/dev-ml/labltk/labltk-8.06.12.ebuild
+++ b/dev-ml/labltk/labltk-8.06.12.ebuild
@@ -37,7 +37,7 @@ src_configure() {
}
src_compile() {
- emake -j1
+ emake -j1 all
use ocamlopt && emake -j1 opt
}