commit:     7f58c4413ccdd8ae48734e4f860926a2dcd2d9c2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 20:24:51 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 20:24:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f58c441

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 <AT> gentoo.org>

 dev-ml/labltk/labltk-8.06.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 

Reply via email to