From dcec135afa20b088a851ff2c6e1f1eb5491d1e35 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 4 Apr 2019 08:38:53 +0100 Subject: [PATCH] dev-libs/isl: drop LDFLAGS mangling for .pc files Upstream package was fixed in 0.12 and later: https://repo.or.cz/isl.git/commitdiff/65b05de4da9bf21178f37ca3e26a048d15fdb52e Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- dev-libs/isl/isl-0.21.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-libs/isl/isl-0.21.ebuild b/dev-libs/isl/isl-0.21.ebuild index 593ac2f4e212..b3e801e7fc30 100644 --- a/dev-libs/isl/isl-0.21.ebuild +++ b/dev-libs/isl/isl-0.21.ebuild @@ -21,15 +21,9 @@ DEPEND="${RDEPEND} DOCS=( ChangeLog AUTHORS doc/manual.pdf ) -src_prepare() { - eapply "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch - - # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf - # https://groups.google.com/group/isl-development/t/37ad876557e50f2c - sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737 - - eapply_user -} +PATCHES=( + "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch +) multilib_src_configure() { ECONF_SOURCE="${S}" econf $(use_enable static-libs static) -- 2.26.2