diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-08-03 15:01:09 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-08-03 15:01:09 +0200 |
commit | d770cc658c2cca931948f688d8c7bdf661d230b1 (patch) | |
tree | d69fb5bfac846b0534b40980e0487d16fcda9ee5 /x11-wm/afterstep/afterstep-2.2.12.ebuild | |
parent | x11-themes/solar-backgrounds: drop old (diff) | |
download | gentoo-d770cc658c2cca931948f688d8c7bdf661d230b1.tar.gz gentoo-d770cc658c2cca931948f688d8c7bdf661d230b1.tar.bz2 gentoo-d770cc658c2cca931948f688d8c7bdf661d230b1.zip |
x11-wm/afterstep: Fix building with gcc5 (#574184) and sandbox violations (#568694)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-wm/afterstep/afterstep-2.2.12.ebuild')
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.12.ebuild b/x11-wm/afterstep/afterstep-2.2.12.ebuild index 9df5af61a189..b4820928c10a 100644 --- a/x11-wm/afterstep/afterstep-2.2.12.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -45,6 +45,8 @@ src_prepare() { sed -i -e '/CFLAGS="-O3"/d' libAfter{Base,Image}/configure || die sed -i -e '/STRIP_BINARIES/s:-s::' autoconf/configure.in || die #252119 sed -i -e '/--with-builtin-gif/s/$with_gif/no/' autoconf/configure.in || die #253259 + sed -i -e 's/install.bin install.alternative/install.bin/' src/afterstep/Makefile.in || die #568694 + epatch "${FILESDIR}"/${P}-gcc5.patch #574184 pushd autoconf >/dev/null eautoreconf |