diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 20:37:21 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-02 20:29:06 +0100 |
commit | a5d5fe389f81e22c28fdc87811d1f0bcfaa30be0 (patch) | |
tree | b06d85eb94176213f03f50ae3c418e4efaf2bf02 /dev-ml/camlidl/camlidl-1.05-r1.ebuild | |
parent | sci-libs/cdd+: add ~arm, bug #573324 (diff) | |
download | gentoo-a5d5fe389f81e22c28fdc87811d1f0bcfaa30be0.tar.gz gentoo-a5d5fe389f81e22c28fdc87811d1f0bcfaa30be0.tar.bz2 gentoo-a5d5fe389f81e22c28fdc87811d1f0bcfaa30be0.zip |
dev-ml/camlidl: disable warnings so that it build with ocaml 4.03
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/camlidl/camlidl-1.05-r1.ebuild')
-rw-r--r-- | dev-ml/camlidl/camlidl-1.05-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/camlidl/camlidl-1.05-r1.ebuild b/dev-ml/camlidl/camlidl-1.05-r1.ebuild index ea4debe95b7b..496779c37870 100644 --- a/dev-ml/camlidl/camlidl-1.05-r1.ebuild +++ b/dev-ml/camlidl/camlidl-1.05-r1.ebuild @@ -19,6 +19,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}/tests.patch" epatch "${FILESDIR}/includes.patch" + epatch "${FILESDIR}/nowarn.patch" } src_compile() { |