diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-19 22:17:30 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-19 22:18:08 +0100 |
commit | 8fbabd12ad0a64fe3e08e7904ab15bd4c41a0d6d (patch) | |
tree | 1a0025ccf490b3442ba0d76189fbcad4670962f6 | |
parent | sys-devel/clang-common: fix path to fortify.h for cross-compilation (diff) | |
download | gentoo-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.ebuild | 1 |
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)" } |