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@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-04-04 08:38:53 +01:00
parent ecd52452aa
commit dcec135afa

View File

@@ -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)