diff options
author | 2017-07-30 22:32:23 -0400 | |
---|---|---|
committer | 2017-08-13 13:10:26 +0200 | |
commit | d2a9c04e4bcf134f3013caabc4cecdf6aa386c8f (patch) | |
tree | a26eeec70774c2f34ef3a4f2e9b8abb72e6d3f7d /dev-util/nemiver/nemiver-0.9.6.ebuild | |
parent | sci-electronics/qucs: Fix building with GCC-6 (diff) | |
download | gentoo-d2a9c04e4bcf134f3013caabc4cecdf6aa386c8f.tar.gz gentoo-d2a9c04e4bcf134f3013caabc4cecdf6aa386c8f.tar.bz2 gentoo-d2a9c04e4bcf134f3013caabc4cecdf6aa386c8f.zip |
dev-util/nemiver: Fix building with -Werror=terminate using GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=602436
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5250
Diffstat (limited to 'dev-util/nemiver/nemiver-0.9.6.ebuild')
-rw-r--r-- | dev-util/nemiver/nemiver-0.9.6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/nemiver/nemiver-0.9.6.ebuild b/dev-util/nemiver/nemiver-0.9.6.ebuild index fc9c1fb2667d..b5d54807fe31 100644 --- a/dev-util/nemiver/nemiver-0.9.6.ebuild +++ b/dev-util/nemiver/nemiver-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,6 +44,9 @@ PATCHES=( # Fix compiliation warnings & errors, fixed in next version "${FILESDIR}/${P}-fix-build.patch" + + # Fix building with GCC-6 and CXXFLAGS="-Werror=terminate" + "${FILESDIR}/${P}-gcc6-throw-in-dtors.patch" ) src_configure() { |