summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-01-04 12:57:05 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2016-01-04 13:56:48 +0100
commit0a332e5fcf23d6b8f3c707812a0d65119367ae96 (patch)
treee21f3ab55496cfb04ddbbc4830882405d464769c /x11-misc/bbrun/bbrun-1.6-r1.ebuild
parentx11-misc/bbrun: unused file (diff)
downloadgentoo-0a332e5fcf23d6b8f3c707812a0d65119367ae96.tar.gz
gentoo-0a332e5fcf23d6b8f3c707812a0d65119367ae96.tar.bz2
gentoo-0a332e5fcf23d6b8f3c707812a0d65119367ae96.zip
x11-misc/bbrun: fix compilation with gcc 5, bug #569688
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/bbrun/bbrun-1.6-r1.ebuild')
-rw-r--r--x11-misc/bbrun/bbrun-1.6-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/bbrun/bbrun-1.6-r1.ebuild b/x11-misc/bbrun/bbrun-1.6-r1.ebuild
index b1cfe533972f..775d5a330656 100644
--- a/x11-misc/bbrun/bbrun-1.6-r1.ebuild
+++ b/x11-misc/bbrun/bbrun-1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
+ epatch "${FILESDIR}"/${P}-list.patch
}
src_compile() {