diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-04 13:38:55 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-04 13:56:48 +0100 |
commit | fb9770ae922e6d105a7643102b3b805a93b5a39a (patch) | |
tree | c85637cf1b805b183f655b82a91ab0dc40024ed2 /x11-plugins/wmmon/wmmon-1.2_beta1.ebuild | |
parent | x11-plugins/wmmon+smp: fix compilation with gcc 5, bug #569598 (diff) | |
download | gentoo-fb9770ae922e6d105a7643102b3b805a93b5a39a.tar.gz gentoo-fb9770ae922e6d105a7643102b3b805a93b5a39a.tar.bz2 gentoo-fb9770ae922e6d105a7643102b3b805a93b5a39a.zip |
x11-plugins/wmmon: fix compilation with gcc 5, bug #570212
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-plugins/wmmon/wmmon-1.2_beta1.ebuild')
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.2_beta1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.2_beta1.ebuild b/x11-plugins/wmmon/wmmon-1.2_beta1.ebuild index c3ba34cf0e12..f099c9dcd64c 100644 --- a/x11-plugins/wmmon/wmmon-1.2_beta1.ebuild +++ b/x11-plugins/wmmon/wmmon-1.2_beta1.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$ @@ -24,6 +24,7 @@ S=${WORKDIR}/${P/_beta/b} src_prepare() { epatch "${FILESDIR}"/${P}-Makefile.patch + epatch "${FILESDIR}"/${P}-list.patch } src_compile() { |