commit: 8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 21:17:30 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 21:18:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbabd12
dev-ml/camlidl: fix compilation order Closes: https://bugs.gentoo.org/889080 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlidl/camlidl-1.09.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/camlidl/camlidl-1.09.ebuild b/dev-ml/camlidl/camlidl-1.09.ebuild index 5af918cd9c02..69fd815e015e 100644 --- a/dev-ml/camlidl/camlidl-1.09.ebuild +++ b/dev-ml/camlidl/camlidl-1.09.ebuild @@ -40,6 +40,7 @@ src_compile() { ln -s Makefile.unix config/Makefile || die # Make + emake depend emake -j1 RANLIB="$(tc-getRANLIB)" CPP="$(tc-getPROG CPP cpp)" }
