diff options
author | Matthew Dawson <matthew@mjdsystems.ca> | 2016-10-16 23:17:19 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-30 00:30:12 +0200 |
commit | abc1591d87c0376c9b344794658b8adb31c1d86e (patch) | |
tree | 03454d3d5ec3d0d157b5df1132bd38aac9bade36 /sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild | |
parent | sci-mathematics/cvc3: Bump EAPI to 6 (diff) | |
download | gentoo-abc1591d87c0376c9b344794658b8adb31c1d86e.tar.gz gentoo-abc1591d87c0376c9b344794658b8adb31c1d86e.tar.bz2 gentoo-abc1591d87c0376c9b344794658b8adb31c1d86e.zip |
sci-mathematics/cvc3: Add a patch to fix compiling with GCC 6
Gentoo-bug: 593982
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2575
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild')
-rw-r--r-- | sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild b/sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild index 853171013a3c..705deae37238 100644 --- a/sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild +++ b/sci-mathematics/cvc3/cvc3-2.4.1-r1.ebuild @@ -29,6 +29,8 @@ DEPEND="${RDEPEND} SITEFILE="50${PN}-gentoo.el" +PATCHES=( "${FILESDIR}/${P}-gccv6-fix.patch" ) + src_prepare() { default |