summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-11 11:34:51 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-11 11:35:42 +0100
commit8e4a31551c1ab5081d8f0a3f5684549eea0de6ce (patch)
tree314fab6192949553fbf086403dd919221157a553 /x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild
parentgames-emulation/dolphin: Fix building with new glibc (diff)
downloadgentoo-8e4a31551c1ab5081d8f0a3f5684549eea0de6ce.tar.gz
gentoo-8e4a31551c1ab5081d8f0a3f5684549eea0de6ce.tar.bz2
gentoo-8e4a31551c1ab5081d8f0a3f5684549eea0de6ce.zip
x11-libs/gtkmathview: Fix building with GCC 7
Closes: https://bugs.gentoo.org/639448 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild')
-rw-r--r--x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild b/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild
index 07ae521431c3..1e4f1c3bf83e 100644
--- a/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild
+++ b/x11-libs/gtkmathview/gtkmathview-0.8.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -44,6 +44,8 @@ PATCHES=(
"${FILESDIR}"/${P}-underlinking.patch
"${FILESDIR}"/${P}-gcc47.patch
"${FILESDIR}"/${P}-gcc6.patch
+ # Fix building against GCC 7, bug #639448
+ "${FILESDIR}"/${P}-gcc7.patch
)
src_prepare() {