diff options
author | 2016-09-18 00:53:56 +0200 | |
---|---|---|
committer | 2016-09-18 00:53:56 +0200 | |
commit | 8695c00fa2a0ae559b1b27c2b886eabac1500aee (patch) | |
tree | e5da23ea7ccbbc2205f9223a6f7d539984e41779 /x11-misc/fbdesk/fbdesk-1.4.1.ebuild | |
parent | app-office/ical: Allow for compiling with GCC 6 (diff) | |
download | gentoo-8695c00fa2a0ae559b1b27c2b886eabac1500aee.tar.gz gentoo-8695c00fa2a0ae559b1b27c2b886eabac1500aee.tar.bz2 gentoo-8695c00fa2a0ae559b1b27c2b886eabac1500aee.zip |
x11-misc/fbdesk: Allow for compiling with GCC 6
Gentoo-bug: 594052
* EAPI=6
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/fbdesk/fbdesk-1.4.1.ebuild')
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.4.1.ebuild | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild b/x11-misc/fbdesk/fbdesk-1.4.1.ebuild index 96060a3e0d32..03a79ac28a62 100644 --- a/x11-misc/fbdesk/fbdesk-1.4.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.4.1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit eutils +EAPI=6 DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://fluxbox.sourceforge.net/fbdesk/" @@ -20,18 +19,16 @@ RDEPEND="x11-libs/libX11 x11-libs/libXrender x11-libs/libXft media-libs/imlib2[X] - png? ( media-libs/libpng )" + png? ( media-libs/libpng:0= )" DEPEND="${RDEPEND} x11-proto/xproto" -DOCS=( AUTHORS ChangeLog README ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gcc-4.3.patch \ - "${FILESDIR}"/${P}-libpng14.patch \ - "${FILESDIR}"/${P}-libpng15.patch -} +PATCHES=( + "${FILESDIR}/${P}-gcc-4.3.patch" + "${FILESDIR}/${P}-libpng14.patch" + "${FILESDIR}/${P}-libpng15.patch" + "${FILESDIR}/${P}-fix-c++14.patch" +) src_configure() { econf \ |