commit: 089dbd86ded94b70e75cbf0a7d005ea936ddbcb3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Oct 16 19:57:57 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 19:59:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089dbd86
dev-ml/camlidl: respect CPP Closes: https://bugs.gentoo.org/857843 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/camlidl/camlidl-1.09.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/camlidl/camlidl-1.09.ebuild b/dev-ml/camlidl/camlidl-1.09.ebuild index 3857dcc1ea41..44634ec4b018 100644 --- a/dev-ml/camlidl/camlidl-1.09.ebuild +++ b/dev-ml/camlidl/camlidl-1.09.ebuild @@ -39,7 +39,7 @@ src_compile() { ln -s Makefile.unix config/Makefile || die # Make - emake -j1 RANLIB="$(tc-getRANLIB)" + emake -j1 RANLIB="$(tc-getRANLIB)" CPP="$(tc-getPROG CPP cpp)" } src_test() {
