diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-04 13:25:03 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-04 13:56:48 +0100 |
commit | cfe8855f79cb29d24b14426fabbafb0aebbe1c75 (patch) | |
tree | 753f4623397b01364e7ffca0fe4f0e3804ffefe7 /x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild | |
parent | x11-plugins/wmpasman: fix compilation with gcc 5, bug #569126 (diff) | |
download | gentoo-cfe8855f79cb29d24b14426fabbafb0aebbe1c75.tar.gz gentoo-cfe8855f79cb29d24b14426fabbafb0aebbe1c75.tar.bz2 gentoo-cfe8855f79cb29d24b14426fabbafb0aebbe1c75.zip |
x11-plugins/wmpop3lb: fix compilation with gcc 5, bug #569234
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild')
-rw-r--r-- | x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild index 4c005d642f3f..7eadfc9477cb 100644 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,6 +36,8 @@ src_prepare() { #Honour Gentoo LDFLAGS - bug #335986 sed -i -e "s:\$(FLAGS) -o wmpop3lb:\$(LDFLAGS) -o wmpop3lb:" "wmpop3/Makefile" + + epatch "${FILESDIR}"/${P}-list.patch } src_compile() { |