summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-08-01 00:53:38 -0400
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:06:06 +0200
commitf9f037be81b3eefde94e3bf71e9c97fd997da5c1 (patch)
tree6b3a86cab020ea5972e40cff794f3dc25cce7f5f /media-sound/audacious/audacious-3.7.1-r1.ebuild
parentgames-strategy/ja2-stracciatella: Fix building with GCC-6 (diff)
downloadgentoo-f9f037be81b3eefde94e3bf71e9c97fd997da5c1.tar.gz
gentoo-f9f037be81b3eefde94e3bf71e9c97fd997da5c1.tar.bz2
gentoo-f9f037be81b3eefde94e3bf71e9c97fd997da5c1.zip
media-sound/audacious: Fix building with -Werror=terminate using GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=600882 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5264
Diffstat (limited to 'media-sound/audacious/audacious-3.7.1-r1.ebuild')
-rw-r--r--media-sound/audacious/audacious-3.7.1-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/audacious/audacious-3.7.1-r1.ebuild b/media-sound/audacious/audacious-3.7.1-r1.ebuild
index 800ba90ecbcc..808810c14cbc 100644
--- a/media-sound/audacious/audacious-3.7.1-r1.ebuild
+++ b/media-sound/audacious/audacious-3.7.1-r1.ebuild
@@ -48,6 +48,10 @@ src_unpack() {
fi
}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-c++11-throw-in-dtors.patch
+}
+
src_configure() {
if use gtk ;then
gtk="--enable-gtk"