commit: dcec135afa20b088a851ff2c6e1f1eb5491d1e35 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Apr 4 07:38:53 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 08:37:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcec135a
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 <slyfox <AT> gentoo.org> 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 593ac2f4e21..b3e801e7fc3 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)
