summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-10-16 21:57:57 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-10-16 21:59:12 +0200
commit089dbd86ded94b70e75cbf0a7d005ea936ddbcb3 (patch)
tree2ed88d9a73c3a0dd8a7aceb8a42542c185d62ab7 /dev-ml
parentnet-misc/freerdp: add 2.8.1, drop 2.8.0 (diff)
downloadgentoo-089dbd86ded94b70e75cbf0a7d005ea936ddbcb3.tar.gz
gentoo-089dbd86ded94b70e75cbf0a7d005ea936ddbcb3.tar.bz2
gentoo-089dbd86ded94b70e75cbf0a7d005ea936ddbcb3.zip
dev-ml/camlidl: respect CPP
Closes: https://bugs.gentoo.org/857843 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlidl/camlidl-1.09.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {