mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ml/camlidl: respect CPP
Closes: https://bugs.gentoo.org/857843 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user