summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-01-19 22:17:30 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-01-19 22:18:08 +0100
commit8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d (patch)
tree1a0025ccf490b3442ba0d76189fbcad4670962f6
parentsys-devel/clang-common: fix path to fortify.h for cross-compilation (diff)
downloadgentoo-8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d.tar.gz
gentoo-8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d.tar.bz2
gentoo-8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d.zip
dev-ml/camlidl: fix compilation order
Closes: https://bugs.gentoo.org/889080 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/camlidl/camlidl-1.09.ebuild1
1 files changed, 1 insertions, 0 deletions
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)"
}