summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-09-30 12:24:46 +0200
committerPacho Ramos <pacho@gentoo.org>2018-09-30 12:24:46 +0200
commit66a47798fa3de7c06628ad07399093ae97dd924e (patch)
tree72771ea352a351cdcb95cd8fe9c976e5f02b2418 /x11-libs/agg/agg-2.5-r3.ebuild
parentsci-libs/netcdf: Update subslot (#654036 by Jouni Kosonen) (diff)
downloadgentoo-66a47798fa3de7c06628ad07399093ae97dd924e.tar.gz
gentoo-66a47798fa3de7c06628ad07399093ae97dd924e.tar.bz2
gentoo-66a47798fa3de7c06628ad07399093ae97dd924e.zip
x11-libs/agg: Fix build with gcc8 (#664078)
Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'x11-libs/agg/agg-2.5-r3.ebuild')
-rw-r--r--x11-libs/agg/agg-2.5-r3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
index 0925c837a906..b2def3f9fd88 100644
--- a/x11-libs/agg/agg-2.5-r3.ebuild
+++ b/x11-libs/agg/agg-2.5-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools ltprune
+EAPI=7
+inherit autotools
DESCRIPTION="High quality rendering engine library for C++"
HOMEPAGE="http://antigrain.com/"
@@ -32,6 +32,7 @@ PATCHES=(
"${FILESDIR}"/${P}-autotools.patch
"${FILESDIR}"/${P}-sdl-m4.patch
"${FILESDIR}"/${P}-sdl-automagic.patch
+ "${FILESDIR}"/${P}-gcc8.patch
"${FILESDIR}"/${PVR}
)
@@ -56,5 +57,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}