diff options
author | Peter Levine <plevine457@gmail.com> | 2017-06-22 05:10:34 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-06-25 19:01:36 +0200 |
commit | fe2b1e25018bdd29679e926562d7485c739cbc1c (patch) | |
tree | 1059079032d1044f3ef173cbc78bec8361c7a13f /www-apache/anyterm/anyterm-1.1.29-r1.ebuild | |
parent | sci-biology/cufflinks: Fix building with GCC-6 (diff) | |
download | gentoo-fe2b1e25018bdd29679e926562d7485c739cbc1c.tar.gz gentoo-fe2b1e25018bdd29679e926562d7485c739cbc1c.tar.bz2 gentoo-fe2b1e25018bdd29679e926562d7485c739cbc1c.zip |
www-apache/anyterm: Fix building with GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=594920
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4970
Diffstat (limited to 'www-apache/anyterm/anyterm-1.1.29-r1.ebuild')
-rw-r--r-- | www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild index b3044a3f1100..b1cdf260df91 100644 --- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild +++ b/www-apache/anyterm/anyterm-1.1.29-r1.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 @@ -22,6 +22,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch" "${FILESDIR}/${P}-gcc-4.4.patch" "${FILESDIR}/${P}-boost-1.50.patch" + "${FILESDIR}/${P}-gcc6.patch" ) src_prepare() { |